File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## [ Unreleased]
9
9
10
- ## [ 0.2.1 ] — 2024-08-06
10
+ ## [ 0.2.2 ] — 2024-08-07
11
11
### Changed
12
12
* Bump dependencies
13
13
14
+ ## [ 0.2.1] — 2024-08-06
15
+
14
16
## [ 0.2.0] — 2022-10-03
15
17
16
18
## [ 0.1.4] — 2021-03-10
@@ -46,4 +48,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
46
48
[ 0.1.4 ] : https://github.com/nubank/clj-github-app/compare/0.1.3...0.1.4
47
49
[ 0.2.0 ] : https://github.com/nubank/clj-github-app/compare/0.1.4...0.2.0
48
50
[ 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
Original file line number Diff line number Diff line change 1
- (defproject nubank /clj-github-app " 0.2.1 "
1
+ (defproject nubank /clj-github-app " 0.2.2 "
2
2
:description " A library to implement GitHub Apps in Clojure."
3
3
:url " http://github.com/nubank/clj-github-app"
4
4
:license {:name " Eclipse Public License"
You can’t perform that action at this time.
0 commit comments