Skip to content

Commit

Permalink
Merge pull request #15 from nubank/creating-release
Browse files Browse the repository at this point in the history
creating a new release
  • Loading branch information
marcobiscaro2112 authored Aug 7, 2024
2 parents 27d34d2 + 74f7d5e commit adee4df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

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

## [0.2.1] — 2024-08-06

## [0.2.0] — 2022-10-03

## [0.1.4] — 2021-03-10
Expand Down Expand Up @@ -46,4 +48,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
[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
[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
[0.2.2]: https://github.com/nubank/clj-github-app/compare/0.2.1...0.2.2
[Unreleased]: https://github.com/nubank/clj-github-app/compare/0.2.2...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.1"
(defproject nubank/clj-github-app "0.2.2"
: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 adee4df

Please sign in to comment.