From cbfe544a1b66345e5701bc0604adab182ddd0c05 Mon Sep 17 00:00:00 2001 From: Jacob Oaks Date: Wed, 7 Aug 2024 11:13:17 -0400 Subject: [PATCH] Back to development Return changelog and version to development mode. Do not merge until a release is tagged with #1228. --- CHANGELOG.md | 3 +++ version.go | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dac32c277..6d6589239 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](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased +- No changes yet. + ## [1.22.2](https://github.com/uber-go/fx/compare/v1.22.1...v1.22.2) - 2024-08-07 ### Fixed diff --git a/version.go b/version.go index 12dee9900..8bb2b5b12 100644 --- a/version.go +++ b/version.go @@ -21,4 +21,4 @@ package fx // Version is exported for runtime compatibility checks. -const Version = "1.22.2" +const Version = "1.23.0-dev"