File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,8 +10,13 @@ All notable changes to this project will be documented in this file.
1010The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
1111and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
1212
13- ## Unreleased
14- - No changes yet.
13+ ## [ 1.22.2] ( https://github.com/uber-go/fx/compare/v1.22.1...v1.22.2 ) - 2024-08-07
14+
15+ ### Fixed
16+ - A deadlock with the relayer in signal receivers.
17+
18+ ### Changed
19+ - Upgrade Dig dependency to v1.18.0
1520
1621## [ 1.22.1] ( https://github.com/uber-go/fx/compare/v1.22.0...v1.22.1 ) - 2024-06-25
1722
Original file line number Diff line number Diff line change 2121package fx
2222
2323// Version is exported for runtime compatibility checks.
24- const Version = "1.23.0-dev "
24+ const Version = "1.22.2 "
You can’t perform that action at this time.
0 commit comments