Skip to content

Commit

Permalink
release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
pamgaraujo committed Aug 6, 2024
1 parent caf96eb commit ef17b38
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.2.1] — 2024-08-06
### Changed
* Bump dependencies

Expand Down Expand Up @@ -43,4 +45,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
[0.1.3]: https://github.com/nubank/clj-github-app/compare/0.1.2...0.1.3
[0.1.4]: https://github.com/nubank/clj-github-app/compare/0.1.3...0.1.4
[0.2.0]: https://github.com/nubank/clj-github-app/compare/0.1.4...0.2.0
[Unreleased]: https://github.com/nubank/clj-github-app/compare/0.2.0...HEAD
[0.2.1]: https://github.com/nubank/clj-github-app/compare/0.2.0...0.2.1
[Unreleased]: https://github.com/nubank/clj-github-app/compare/0.2.1...HEAD
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject nubank/clj-github-app "0.2.0"
(defproject nubank/clj-github-app "0.2.1"
:description "A library to implement GitHub Apps in Clojure."
:url "http://github.com/nubank/clj-github-app"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit ef17b38

Please sign in to comment.