Skip to content

Commit adee4df

Browse files
authoredAug 7, 2024
Merge pull request #15 from nubank/creating-release
creating a new release
2 parents 27d34d2 + 74f7d5e commit adee4df

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed
 

‎CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10-
## [0.2.1] — 2024-08-06
10+
## [0.2.2] — 2024-08-07
1111
### Changed
1212
* Bump dependencies
1313

14+
## [0.2.1] — 2024-08-06
15+
1416
## [0.2.0] — 2022-10-03
1517

1618
## [0.1.4] — 2021-03-10
@@ -46,4 +48,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
4648
[0.1.4]: https://github.com/nubank/clj-github-app/compare/0.1.3...0.1.4
4749
[0.2.0]: https://github.com/nubank/clj-github-app/compare/0.1.4...0.2.0
4850
[0.2.1]: https://github.com/nubank/clj-github-app/compare/0.2.0...0.2.1
49-
[Unreleased]: https://github.com/nubank/clj-github-app/compare/0.2.1...HEAD
51+
[0.2.2]: https://github.com/nubank/clj-github-app/compare/0.2.1...0.2.2
52+
[Unreleased]: https://github.com/nubank/clj-github-app/compare/0.2.2...HEAD

‎project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject nubank/clj-github-app "0.2.1"
1+
(defproject nubank/clj-github-app "0.2.2"
22
:description "A library to implement GitHub Apps in Clojure."
33
:url "http://github.com/nubank/clj-github-app"
44
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)