From 0ee304c96364f732005a97824d748e3c23104e09 Mon Sep 17 00:00:00 2001 From: Jacob Oaks Date: Wed, 24 Apr 2024 12:55:03 -0400 Subject: [PATCH] Back to development (#1193) Return changelog and version to development mode. --- CHANGELOG.md | 3 +++ version.go | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 015695a88..eca94b10a 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.21.1](https://github.com/uber-go/fx/compare/v1.21.0...v1.21.1) - 2024-04-24 ### Changed diff --git a/version.go b/version.go index 153c0a78f..261732e4d 100644 --- a/version.go +++ b/version.go @@ -21,4 +21,4 @@ package fx // Version is exported for runtime compatibility checks. -const Version = "1.21.1" +const Version = "1.22.0-dev"