Skip to content

Commit

Permalink
Bump version to 1.2.4
Browse files Browse the repository at this point in the history
Signed-off-by: Nishant Totla <[email protected]>
  • Loading branch information
nishanttotla committed Jul 28, 2016
1 parent 0d05ee2 commit 3d4d8be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion RELEASE-CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3d4d8be

Please sign in to comment.