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 #2350 from nishanttotla/bump-v1.2.4-rc1
Browse files Browse the repository at this point in the history
Bump version to 1.2.4-rc1
  • Loading branch information
nishanttotla authored Jun 14, 2016
2 parents a84967a + fa4325a commit d8e7932
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 d8e7932

Please sign in to comment.