Skip to content

Commit

Permalink
Merge pull request docker-archive#2282 from nishanttotla/bump-v1.2.3-rc1
Browse files Browse the repository at this point in the history
Bump version to v1.2.3-rc1
  • Loading branch information
nishanttotla committed May 26, 2016
2 parents 7e81f14 + cf005b3 commit 8a29fad
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.2"
VERSION = "1.2.3"

// GITCOMMIT will be overwritten automatically by the build system
GITCOMMIT = "HEAD"
Expand Down

0 comments on commit 8a29fad

Please sign in to comment.