Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

creating a new release #15

Merged
merged 1 commit into from
Aug 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading