Skip to content

Commit 61862da

Browse files
authored
Prepare Release v1.22.2 (#1228)
Update changelog and version for a 1.22.2 release. Tip of Fx has been tested internally at Uber with no issues.
1 parent aed7dda commit 61862da

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,13 @@ All notable changes to this project will be documented in this file.
1010
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
1111
and 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

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.23.0-dev"
24+
const Version = "1.22.2"

0 commit comments

Comments
 (0)