Skip to content

Commit bf89f9c

Browse files
Prepare for v1.11.0 (#701)
1 parent ca81c3b commit bf89f9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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]
7+
## [1.11.0] - 2020-04-01
88
### Added
99
- Value groups can use the `flatten` option to indicate values in a slice should
1010
be provided individually rather than providing the slice itself. See package
@@ -190,7 +190,7 @@ promising API compatibility between beta releases and the final 1.0.0 release.
190190
In fact, we expect our beta user feedback to require some changes to the way
191191
things work. Once we reach 1.0, we will provider proper version compatibility.
192192

193-
[Unreleased]: https://github.com/uber-go/fx/compare/v1.10.0...HEAD
193+
[1.11.0]: https://github.com/uber-go/fx/compare/v1.10.0...1.11.0
194194
[1.10.0]: https://github.com/uber-go/fx/compare/v1.9.0...v1.10.0
195195
[1.9.0]: https://github.com/uber-go/fx/compare/v1.8.0...v1.9.0
196196
[1.8.0]: https://github.com/uber-go/fx/compare/v1.7.1...v1.8.0

0 commit comments

Comments
 (0)