From a857d1ad8e5f99fdb462c7c25fcd4135d9af45ed Mon Sep 17 00:00:00 2001 From: Sung Yoon Whang Date: Mon, 16 Aug 2021 10:34:48 -0700 Subject: [PATCH] Release 1.14.1 (#772) --- CHANGELOG.md | 6 ++++-- version.go | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) 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"