Skip to content

Commit

Permalink
Back to development
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav committed Nov 20, 2019
1 parent c917157 commit 0036d92
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
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
- No changes yet.

## [1.4.0] - 2019-11-19
### Changed
- Migrate to Go modules.
Expand Down Expand Up @@ -94,6 +97,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Removed
- Trim `Provider` interface down to just `Name` and `Get`.

[Unreleased]: https://github.com/uber-go/config/compare/v1.4.0...HEAD
[1.4.0]: https://github.com/uber-go/config/compare/v1.3.1...v1.4.0
[1.3.1]: https://github.com/uber-go/config/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/uber-go/config/compare/v1.2.2...v1.3.0
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 semantic version.
const Version = "1.4.0"
const Version = "1.5.0"

0 comments on commit 0036d92

Please sign in to comment.