Bump version to 1.2.4-rc1

Signed-off-by: Nishant Totla <nishanttotla@gmail.com>
This commit is contained in:
Nishant Totla 2016-06-14 16:49:45 -07:00
parent a84967a1a8
commit fa4325ad6f
No known key found for this signature in database
GPG Key ID: 7EA5781C9B3D0C19
2 changed files with 11 additions and 2 deletions

View File

@ -1,5 +1,15 @@
# Changelog
## 1.2.4 (2016-06-14)
#### API
- Code refactoring
#### Test
- Fix leader election tests
## 1.2.3 (2016-05-25)
#### API
@ -7,7 +17,6 @@
- Update `engine-api` vendoring (supports new functions and signatures)
- Fix registry auth bug for image pulls
## 1.2.2 (2016-05-05)
#### Cluster management

View File

@ -2,7 +2,7 @@ package version
var (
// VERSION should be updated by hand at each release
VERSION = "1.2.3"
VERSION = "1.2.4"
// GITCOMMIT will be overwritten automatically by the build system
GITCOMMIT = "HEAD"