Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin67 committed May 15, 2024
1 parent 5f3579a commit 3323150
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.2.1

0 comments on commit 3323150

Please sign in to comment.