Skip to content

Commit

Permalink
Back to development (#1176)
Browse files Browse the repository at this point in the history
Return changelog and version to development mode.
  • Loading branch information
JacobOaks committed Mar 13, 2024
1 parent 7940a27 commit 6c22be5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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.0](https://github.com/uber-go/fx/compare/v1.20.1...v1.21.0) - 2024-03-13

### Added
Expand Down
2 changes: 1 addition & 1 deletion version.go
Expand Up @@ -21,4 +21,4 @@
package fx

// Version is exported for runtime compatibility checks.
const Version = "1.21.0"
const Version = "1.22.0-dev"

0 comments on commit 6c22be5

Please sign in to comment.