From d072b892847e74007e39f150f5377de219bb1953 Mon Sep 17 00:00:00 2001 From: Liryanne Nogueira Date: Mon, 29 Dec 2025 15:11:47 -0300 Subject: [PATCH] Update version to 0.9.0 and add changelog entry for new release creation function --- CHANGELOG.md | 4 ++++ project.clj | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 081aabe..9f68cdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.9.0 + +- Add function to create releases for repositories + ## 0.8.1 - No actual change beyond correcting deployment scripts diff --git a/project.clj b/project.clj index 159ca5e..e341b04 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject dev.nubank/clj-github "0.8.1" +(defproject dev.nubank/clj-github "0.9.0" :description "A Clojure library for interacting with the github developer API" :url "https://github.com/nubank/clj-github" :license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"