From f8b87ab2e555ce46900f16caa3290d9849342b64 Mon Sep 17 00:00:00 2001 From: Sung Yoon Whang Date: Wed, 23 Mar 2022 10:29:39 -0700 Subject: [PATCH] Prepare for v1.17.1 release --- CHANGELOG.md | 11 +++++++++-- version.go | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58952e616..28fa5e6cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ 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.17.1] - 2021-03-23 +### Added +- Logging for provide/invoke/decorate now includes the associated `fx.Module` name + +### Fixed +- Upgrade Dig dependency to v1.14.1 to address a couple of issues with decorations. Refer to + Dig v1.14.1 release notes for more details. + +[1.17.1]: https://github.com/uber-go/fx/compare/v1.17.0...v1.17.1 ## [1.17.0] - 2021-02-28 ### Added diff --git a/version.go b/version.go index e7c871743..965106dd0 100644 --- a/version.go +++ b/version.go @@ -21,4 +21,4 @@ package fx // Version is exported for runtime compatibility checks. -const Version = "1.18.0-dev" +const Version = "1.17.1"