From 4f83b02b3679dff98a588d03eb031ee1e89cc48e Mon Sep 17 00:00:00 2001 From: Vitaly Samigullin Date: Sun, 30 Oct 2022 14:20:36 +0100 Subject: [PATCH] Release 0.3.0 --- CHANGELOG.md | 5 ++++- project.clj | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d47ac8a..c49babe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/). ## [Unreleased] + +## [0.3.0] - 2022-10-30 ### Changed - Base docker images for production and testing moved to Linux Alpine-based with Eclipse Temurin 17 JRE to reduce container size @@ -160,7 +162,8 @@ file. This change log follows the conventions of ### Added - Bot app MVP -[Unreleased]: https://github.com/pilosus/dienstplan/compare/0.2.12...HEAD +[Unreleased]: https://github.com/pilosus/dienstplan/compare/0.3.0...HEAD +[0.3.0]: https://github.com/pilosus/dienstplan/compare/0.2.12...0.3.0 [0.2.12]: https://github.com/pilosus/dienstplan/compare/0.2.11...0.2.12 [0.2.11]: https://github.com/pilosus/dienstplan/compare/0.2.10...0.2.11 [0.2.10]: https://github.com/pilosus/dienstplan/compare/0.2.9...0.2.10 diff --git a/project.clj b/project.clj index ff26631..79e8f52 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject dienstplan "0.3.0-SNAPSHOT" +(defproject dienstplan "0.3.0" :description "Duty rotation slack bot" :url "https://github.com/pilosus/dienstplan" :license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"