diff --git a/CHANGELOG.md b/CHANGELOG.md index 649ed804e..7d5934d06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,10 @@ 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.14.1] - 2021-08-16 +### Changed +- `fxevent.Invoked` was being logged at `Error` level even upon successful `Invoke`. + This was changed to log at `Info` level when `Invoke` succeeded. ## [1.14.0] - 2021-08-12 ### Added diff --git a/version.go b/version.go index b088cfda5..499b546c0 100644 --- a/version.go +++ b/version.go @@ -21,4 +21,4 @@ package fx // Version is exported for runtime compatibility checks. -const Version = "1.15.0-dev" +const Version = "1.14.1"