Bump version to 1.2.4

Signed-off-by: Nishant Totla <nishanttotla@gmail.com>
This commit is contained in:
Nishant Totla 2016-07-28 12:20:46 -07:00
parent 0d05ee2354
commit 3d4d8be89b
No known key found for this signature in database
GPG Key ID: 7EA5781C9B3D0C19
2 changed files with 3 additions and 2 deletions

View File

@ -1,10 +1,11 @@
# Changelog
## 1.2.4 (2016-07-20)
## 1.2.4 (2016-07-28)
#### API
- New client interface in Swarm, to differentiate from Swarm mode in Docker 1.12
- Underlying HTTP client for API is created inside Swarm
- Update minimum Docker Engine version supported by Swarm to 1.8
- Additional error handling
- Code refactoring

View File

@ -11,7 +11,7 @@ git commit -s -m "Bump version to <version>"
git push $GITHUBUSER bump-<version>
```
Open PR on docker/swarm. Merge the PR before moving to next step.
Open PR on docker/swarm. Merge the PR before moving to next step. If the release is an RC, then `CHANGELOG.md` should list the latest RC.
### 2. Rebase release branch on top of updated master branch and tag