Skip to content

Commit

Permalink
Update change log.
Browse files Browse the repository at this point in the history
Entries for 1.1.10 and 1.1.9 also amended by the changelog generator.

To generate this log I first used:
github_changelog_generator -u ably -p ably-java --header-label="# Changelog" --release-branch=release/1.1.11 --future-release=v1.1.11

It took quite a while (perhaps 5 minutes or so).
It needed me to have already pushed my release/1.1.11 branch up to GitHub (i.e. with just the version bump commit).

And then I only staged the chunks for the more recent versions.
  • Loading branch information
Quintin Willison committed May 18, 2020
1 parent 96a7435 commit 4736cd3
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Change Log

## [v.1.1.10](https://github.com/ably/ably-java/tree/v1.1.10)
## [v1.1.11](https://github.com/ably/ably-java/tree/v1.1.11) (2020-05-18)

[Full Changelog](https://github.com/ably/ably-java/compare/v1.1.10...v1.1.11)

**Merged pull requests:**

- Push Activation State Machine: validate an already-registered device on activation [\#543](https://github.com/ably/ably-java/pull/543) ([paddybyers](https://github.com/paddybyers))

## [v1.1.10](https://github.com/ably/ably-java/tree/v1.1.10) (2020-03-04)

[Full Changelog](https://github.com/ably/ably-java/compare/v1.1.9...v1.1.10)

Expand All @@ -12,12 +20,13 @@

- Avoid message bundling, conforming to updated RTL6d [\#548](https://github.com/ably/ably-java/issues/548)

## [v1.1.9](https://github.com/ably/ably-java/tree/v1.1.9)
## [v1.1.9](https://github.com/ably/ably-java/tree/v1.1.9) (2020-03-03)

[Full Changelog](https://github.com/ably/ably-java/compare/v1.1.8...v1.1.9)

**Implemented enhancements:**

- Upload to Maven Central [\#505](https://github.com/ably/ably-java/issues/505)
- Maven deployment: add task for deploy to staging [\#560](https://github.com/ably/ably-java/pull/560) ([paddybyers](https://github.com/paddybyers))

**Fixed bugs:**
Expand Down

0 comments on commit 4736cd3

Please sign in to comment.