Skip to content

Commit 0036d92

Browse files
committedNov 20, 2019
Back to development
1 parent c917157 commit 0036d92

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [Unreleased]
8+
- No changes yet.
9+
710
## [1.4.0] - 2019-11-19
811
### Changed
912
- Migrate to Go modules.
@@ -94,6 +97,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
9497
### Removed
9598
- Trim `Provider` interface down to just `Name` and `Get`.
9699

100+
[Unreleased]: https://github.com/uber-go/config/compare/v1.4.0...HEAD
97101
[1.4.0]: https://github.com/uber-go/config/compare/v1.3.1...v1.4.0
98102
[1.3.1]: https://github.com/uber-go/config/compare/v1.3.0...v1.3.1
99103
[1.3.0]: https://github.com/uber-go/config/compare/v1.2.2...v1.3.0

‎version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
package config // import "go.uber.org/config"
2222

2323
// Version is the current semantic version.
24-
const Version = "1.4.0"
24+
const Version = "1.5.0"

0 commit comments

Comments
 (0)
Please sign in to comment.