From dc8a7bc8c3b539e514cbf62ae0b07f070e252f40 Mon Sep 17 00:00:00 2001 From: Ed Porras Date: Thu, 27 Jun 2024 16:54:37 +0200 Subject: [PATCH] Version 0.215-1.0 --- CHANGELOG.md | 11 +++-------- project.clj | 2 +- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fe7eb9..caf4674 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,9 @@ # clj-gcloud-common -## [Unreleased] - -### Added - +## [0.215-1.0] - 2023-06-27 ### Changed * Bumped dependencies - bom 0.215.0 / 26.34.0 -### Fixed - - ## [0.209-1.0] - 2023-12-14 ### Changed * Bumped dependencies - bom 0.209.0 / 26.28.0 @@ -62,7 +56,8 @@ New java libs; Durations are now expressed as tuples; Minor refactor ## [0.71-1.1] - 2019-04-17 First public release. -[Unreleased]: https://github.com/oscaro/clj-gcloud-common/-/compare/0.209-1.0...devel +[Unreleased]: https://github.com/oscaro/clj-gcloud-common/-/compare/0.215-1.0...devel +[0.215-1.0]: https://github.com/oscaro/clj-gcloud-common/-/compare/0.209-1.0...0.215-1.0 [0.209-1.0]: https://github.com/oscaro/clj-gcloud-common/-/compare/0.207-1.0...0.209-1.0 [0.207-1.0]: https://github.com/oscaro/clj-gcloud-common/-/compare/0.199-1.0...0.207-1.0 [0.199-1.0]: https://github.com/oscaro/clj-gcloud-common/-/compare/0.185-1.0...0.199-1.0 diff --git a/project.clj b/project.clj index c0cce84..0452d2e 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.oscaro/clj-gcloud-common "0.209-2.0-SNAPSHOT" +(defproject com.oscaro/clj-gcloud-common "0.215-1.0" :description "Common library for all google cloud clojure wrappers" :url "https://github.com/oscaro/clj-gcloud-common" :license {:name "Eclipse Public License"