mirror of https://github.com/docker/docs.git
Bump version to 1.2.4
Signed-off-by: Nishant Totla <nishanttotla@gmail.com>
This commit is contained in:
parent
0d05ee2354
commit
3d4d8be89b
|
@ -1,10 +1,11 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 1.2.4 (2016-07-20)
|
## 1.2.4 (2016-07-28)
|
||||||
|
|
||||||
#### API
|
#### API
|
||||||
|
|
||||||
- New client interface in Swarm, to differentiate from Swarm mode in Docker 1.12
|
- 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
|
- Update minimum Docker Engine version supported by Swarm to 1.8
|
||||||
- Additional error handling
|
- Additional error handling
|
||||||
- Code refactoring
|
- Code refactoring
|
||||||
|
|
|
@ -11,7 +11,7 @@ git commit -s -m "Bump version to <version>"
|
||||||
git push $GITHUBUSER bump-<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
|
### 2. Rebase release branch on top of updated master branch and tag
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue