Skip to content

Commit

Permalink
Update version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrnugget committed Mar 11, 2016
1 parent b315c5e commit 095c3f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,9 +2,13 @@

## Unreleased

## 1.1.0 - 11. March 2016

* Add `-d` flag to make a "dry run": show the commits that would be deployed
without creating a deployment. (mrnugget)

Diff: https://github.com/applikatoni/toni/compare/1.0.0...1.1.0

## 1.0.0 - 09. September 2015

* Initial release
2 changes: 1 addition & 1 deletion toni.go
Expand Up @@ -12,7 +12,7 @@ import (
)

const (
VERSION = "1.0.0"
VERSION = "1.1.0"

configurationFileName = ".toni.yml"
apiTokenHeaderName = "X-Api-Token"
Expand Down

0 comments on commit 095c3f2

Please sign in to comment.