From 213eb869667072f220b8224d16852a81897f6011 Mon Sep 17 00:00:00 2001 From: Sung Yoon Whang Date: Wed, 4 Jan 2023 11:54:12 -0800 Subject: [PATCH] Back to development (#1012) --- CHANGELOG.md | 3 +++ version.go | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b157adb7a..5a6a73acc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ 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.19.0](https://github.com/uber-go/fx/compare/v1.18.2...v1.19.0) - 2023-01-03 ### Added - `fx.RecoverFromPanics` Option which allows Fx to recover from user-provided constructors diff --git a/version.go b/version.go index 9fe266817..daf9b52a9 100644 --- a/version.go +++ b/version.go @@ -21,4 +21,4 @@ package fx // Version is exported for runtime compatibility checks. -const Version = "1.19.0" +const Version = "1.20.0-dev"