Skip to content

Commit

Permalink
Prepare for v1.11.0 (#701)
Browse files Browse the repository at this point in the history
  • Loading branch information
robbertvanginkel committed Apr 1, 2020
1 parent ca81c3b commit bf89f9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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]
## [1.11.0] - 2020-04-01
### Added
- Value groups can use the `flatten` option to indicate values in a slice should
be provided individually rather than providing the slice itself. See package
Expand Down Expand Up @@ -190,7 +190,7 @@ promising API compatibility between beta releases and the final 1.0.0 release.
In fact, we expect our beta user feedback to require some changes to the way
things work. Once we reach 1.0, we will provider proper version compatibility.

[Unreleased]: https://github.com/uber-go/fx/compare/v1.10.0...HEAD
[1.11.0]: https://github.com/uber-go/fx/compare/v1.10.0...1.11.0
[1.10.0]: https://github.com/uber-go/fx/compare/v1.9.0...v1.10.0
[1.9.0]: https://github.com/uber-go/fx/compare/v1.8.0...v1.9.0
[1.8.0]: https://github.com/uber-go/fx/compare/v1.7.1...v1.8.0
Expand Down

0 comments on commit bf89f9c

Please sign in to comment.