Skip to content

Commit

Permalink
Back to development
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandr Samylkin committed Aug 14, 2017
1 parent 4636f4a commit c79dcee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v1.1.0 (not released yet)

- No changes yet.

## v1.0.1 (2017-08-04)

- Fixed unmarshal text on missing value.
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
package config // import "go.uber.org/config"

// Version is the current version of config.
const Version = "1.0.1"
const Version = "1.1.0"

0 comments on commit c79dcee

Please sign in to comment.