Skip to content
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.

Commit

Permalink
Merge pull request #2435 from nishanttotla/bump-1.2.4
Browse files Browse the repository at this point in the history
Bump version to 1.2.4
  • Loading branch information
abronan committed Jul 28, 2016
2 parents 0d05ee2 + 3d4d8be commit 5d5f7f0
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 5d5f7f0

Please sign in to comment.