Skip to content

Commit e5c4549

Browse files
authored
Merge pull request #11 from ably/release/1.0.3
Release 1.0.3
2 parents c222511 + 32f9cb2 commit e5c4549

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
## [1.0.3](https://github.com/ably/ably-php-laravel/tree/1.0.3)
4+
5+
[Full Changelog](https://github.com/ably/ably-php-laravel/compare/1.0.2...1.0.3)
6+
7+
**Closed issues:**
8+
9+
- Laravel 5.5 Support - Auto Discovery [\#3](https://github.com/ably/ably-php-laravel/issues/3)
10+
11+
**Merged pull requests:**
12+
13+
- Conform license and copyright [\#10](https://github.com/ably/ably-php-laravel/pull/10) ([QuintinWillison](https://github.com/QuintinWillison))
14+
- Support PHP 8, drop versions below 7.2 [\#9](https://github.com/ably/ably-php-laravel/pull/9) ([owenpearson](https://github.com/owenpearson))
15+
- Add maintainers file [\#8](https://github.com/ably/ably-php-laravel/pull/8) ([niksilver](https://github.com/niksilver))
16+
- Known limitations section [\#7](https://github.com/ably/ably-php-laravel/pull/7) ([Srushtika](https://github.com/Srushtika))
17+
- Adding Laravel 5.5 Auto Discovery [\#4](https://github.com/ably/ably-php-laravel/pull/4) ([robbydooo](https://github.com/robbydooo))

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ Visit https://www.ably.io/documentation for a complete API reference and more ex
100100
This library uses [semantic versioning](http://semver.org/). For each release, the following needs to be done:
101101

102102
* Update the dependency on [ably-php](https://github.com/ably/ably-php) within [composer.json](./composer.json) to the latest version, commit this change and push to `origin`.
103+
* Run [`github_changelog_generator`](https://github.com/skywinder/Github-Changelog-Generator) to automate the update of the [CHANGELOG](./CHANGELOG.md). Once the `CHANGELOG` update has completed, manually change the `Unreleased` heading and link with the current version number such as `1.0.0`. Also ensure that the `Full Changelog` link points to the new version tag instead of the `HEAD`.
103104
* Add a tag and push to origin such as `git tag 1.0.0 && git push origin 1.0.0`.
104105
* Visit https://github.com/ably/ably-php-laravel/tags and add release notes for the release including links to the changelog entry.
105106
* Visit https://packagist.org/packages/ably/ably-php-laravel, log in to Packagist, and click the "Update" button.

0 commit comments

Comments
 (0)