From 861011200d8a67c39b5d533c5c22fb1cf9490b2f Mon Sep 17 00:00:00 2001 From: Taiwon Chung <2008812+tchung1118@users.noreply.github.com> Date: Fri, 11 Oct 2024 13:31:46 -0400 Subject: [PATCH] Back to development (#1242) Modify changelog and version to reflect back to development. --- CHANGELOG.md | 3 +++ version.go | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1ff797f8..9861fc89a 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.23.0](https://github.com/uber-go/fx/compare/v1.22.2...v1.22.3) - 2024-10-11 ### Added diff --git a/version.go b/version.go index b7f198c4b..82405cd65 100644 --- a/version.go +++ b/version.go @@ -21,4 +21,4 @@ package fx // Version is exported for runtime compatibility checks. -const Version = "1.23.0" +const Version = "1.23.1-dev"