From ba17ff8ed114629efea02f704e2d89a75a1ca2af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Poleza?= Date: Tue, 4 Oct 2022 14:54:27 -0300 Subject: [PATCH] Version 0.2.1 --- CHANGELOG.md | 5 ++++- README.md | 2 +- project.clj | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e36f376..4d96e29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/README.md b/README.md index 076874e..18ec77f 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/project.clj b/project.clj index 5a2979f..75a1667 100644 --- a/project.clj +++ b/project.clj @@ -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"