Skip to content

Commit

Permalink
Bump version to 1.2.4-rc1
Browse files Browse the repository at this point in the history
Signed-off-by: Nishant Totla <[email protected]>
  • Loading branch information
nishanttotla committed Jun 14, 2016
1 parent a84967a commit fa4325a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
# Changelog

## 1.2.4 (2016-06-14)

#### API

- Code refactoring

#### Test

- Fix leader election tests

## 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
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fa4325a

Please sign in to comment.