Skip to content

Commit d169de9

Browse files
committed
Prepare for v1.19.2 release
1 parent cd386e1 commit d169de9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

13+
## [1.19.2](https://github.com/uber-go/fx/compare/v1.19.1...v1.19.2) - 2023-02-21
14+
### Changed
15+
- Upgrade Dig dependency to v1.16.1.
16+
17+
1318
## [1.19.1](https://github.com/uber-go/fx/compare/v1.18.0...v1.19.1) - 2023-01-10
1419
### Changed
1520
- Calling `fx.Stop()` after the `App` has already stopped no longer errors out.

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.19.1"
24+
const Version = "1.19.2"

0 commit comments

Comments
 (0)