From 6a45c5e966c55483b8ff92d8b96d8ddf6bd79cfb Mon Sep 17 00:00:00 2001 From: Abhinav Gupta Date: Thu, 9 Apr 2020 10:19:03 -0700 Subject: [PATCH] Release v1.12.0 --- CHANGELOG.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67e876e10..1dfe5653e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,13 @@ 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.12.0] - 2020-04-09 +### Added +- Added `fx.Supply` to provide externally created values to Fx containers + without building anonymous constructors. + +### Changed +- Drop library dependency on development tools. ## [1.11.0] - 2020-04-01 ### Added @@ -193,7 +198,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.11.0...HEAD +[1.12.0]: https://github.com/uber-go/fx/compare/v1.11.0...v1.12.0 [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