Skip to content

Commit

Permalink
Version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
André Poleza committed Oct 4, 2022
1 parent 4eac88d commit ba17ff8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.2.1] — 2022-10-04
### Changed
* Bump dependencies

Expand Down Expand Up @@ -43,4 +45,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
[0.1.3]: https://github.com/nubank/clj-github-app/compare/0.1.2...0.1.3
[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
[Unreleased]: https://github.com/nubank/clj-github-app/compare/0.2.0...HEAD
[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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
A library to implement [GitHub Apps] in Clojure.

```clj
[nubank/clj-github-app "0.2.0"]
[nubank/clj-github-app "0.2.1"]
```

Includes:
Expand Down
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.0"
(defproject nubank/clj-github-app "0.2.1"
: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 ba17ff8

Please sign in to comment.