Skip to content

Commit a857d1a

Browse files
authored
Release 1.14.1 (#772)
1 parent 997d3b6 commit a857d1a

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## Unreleased
8-
- No changes yet.
7+
## [1.14.1] - 2021-08-16
8+
### Changed
9+
- `fxevent.Invoked` was being logged at `Error` level even upon successful `Invoke`.
10+
This was changed to log at `Info` level when `Invoke` succeeded.
911

1012
## [1.14.0] - 2021-08-12
1113
### Added

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
package fx
2222

2323
// Version is exported for runtime compatibility checks.
24-
const Version = "1.15.0-dev"
24+
const Version = "1.14.1"

0 commit comments

Comments
 (0)