From 06d26fdda7c84f86ef51a2367a255e318b4470ab Mon Sep 17 00:00:00 2001 From: Jacob Oaks Date: Tue, 17 Oct 2023 19:19:56 -0400 Subject: [PATCH] Back to development. Update version & CHANGELOG.md to indicate 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 7c43848c4..b30c21c45 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). +## Unrelease +- No changes yet. + ## [1.20.1](https://github.com/uber-go/fx/compare/v1.20.0...v1.20.1) - 2023-10-17 ### Added diff --git a/version.go b/version.go index 15934d2ce..94d9f501b 100644 --- a/version.go +++ b/version.go @@ -21,4 +21,4 @@ package fx // Version is exported for runtime compatibility checks. -const Version = "1.20.1" +const Version = "1.21.0-dev"