Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pilosus committed Oct 30, 2022
1 parent 25ef671 commit 4f83b02
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
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 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"
Expand Down

0 comments on commit 4f83b02

Please sign in to comment.