mirror of https://github.com/docker/docs.git
Bump version to v1.2.3-rc1
Signed-off-by: Nishant Totla <nishanttotla@gmail.com>
This commit is contained in:
parent
7e81f14dfc
commit
cf005b3e33
|
|
@ -1,5 +1,13 @@
|
|||
# Changelog
|
||||
|
||||
## 1.2.3 (2016-05-25)
|
||||
|
||||
#### API
|
||||
|
||||
- Update `engine-api` vendoring (supports new functions and signatures)
|
||||
- Fix registry auth bug for image pulls
|
||||
|
||||
|
||||
## 1.2.2 (2016-05-05)
|
||||
|
||||
#### Cluster management
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ package version
|
|||
|
||||
var (
|
||||
// VERSION should be updated by hand at each release
|
||||
VERSION = "1.2.2"
|
||||
VERSION = "1.2.3"
|
||||
|
||||
// GITCOMMIT will be overwritten automatically by the build system
|
||||
GITCOMMIT = "HEAD"
|
||||
|
|
|
|||
Loading…
Reference in New Issue