Skip to content

Release 1.0.3 #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 12, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

## [1.0.3](https://github.com/ably/ably-php-laravel/tree/1.0.3)

[Full Changelog](https://github.com/ably/ably-php-laravel/compare/1.0.2...1.0.3)

**Closed issues:**

- Laravel 5.5 Support - Auto Discovery [\#3](https://github.com/ably/ably-php-laravel/issues/3)

**Merged pull requests:**

- Conform license and copyright [\#10](https://github.com/ably/ably-php-laravel/pull/10) ([QuintinWillison](https://github.com/QuintinWillison))
- Support PHP 8, drop versions below 7.2 [\#9](https://github.com/ably/ably-php-laravel/pull/9) ([owenpearson](https://github.com/owenpearson))
- Add maintainers file [\#8](https://github.com/ably/ably-php-laravel/pull/8) ([niksilver](https://github.com/niksilver))
- Known limitations section [\#7](https://github.com/ably/ably-php-laravel/pull/7) ([Srushtika](https://github.com/Srushtika))
- Adding Laravel 5.5 Auto Discovery [\#4](https://github.com/ably/ably-php-laravel/pull/4) ([robbydooo](https://github.com/robbydooo))
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ Visit https://www.ably.io/documentation for a complete API reference and more ex
This library uses [semantic versioning](http://semver.org/). For each release, the following needs to be done:

* 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`.
* 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`.
* Add a tag and push to origin such as `git tag 1.0.0 && git push origin 1.0.0`.
* Visit https://github.com/ably/ably-php-laravel/tags and add release notes for the release including links to the changelog entry.
* Visit https://packagist.org/packages/ably/ably-php-laravel, log in to Packagist, and click the "Update" button.
Expand Down