From 74f7d5eb9558613f9423f60b85d2eba864f465a5 Mon Sep 17 00:00:00 2001 From: Pamella Araujo Date: Wed, 7 Aug 2024 10:10:49 -0300 Subject: [PATCH] creating a new release --- CHANGELOG.md | 7 +++++-- project.clj | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1dba1e..37ef6f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/project.clj b/project.clj index 7cab740..e197247 100644 --- a/project.clj +++ b/project.clj @@ -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"