diff --git a/CHANGELOG.md b/CHANGELOG.md index 988e642..6ecdd42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,11 @@ All notable changes to this project will be documented in this file. ### Bug Fixes -- Fix: remove test application from mod +- Fix: Remove test app from `mod` (#78) ### Miscellaneous Tasks - Chore: update license to Apache2 (#76) -- Chore: make sure slug is compatible with the latest spec ## [0.2.0] - 2023-12-04 diff --git a/Makefile b/Makefile index 809394d..55b5498 100644 --- a/Makefile +++ b/Makefile @@ -44,6 +44,10 @@ docs: .PHONY: changelog changelog: + git cliff -o CHANGELOG.md + +.PHONY: bump +bump: git cliff --bump -o CHANGELOG.md .PHONY: inngest-dev diff --git a/VERSION b/VERSION index 0ea3a94..0c62199 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.0 +0.2.1