Skip to content

Commit 8b78bc7

Browse files
chore(main): release 0.9.5 (#25)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 21abba7 commit 8b78bc7

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.9.5](https://github.com/SirChri/employee-shift-scheduler/compare/v0.9.4...v0.9.5) (2025-11-23)
9+
10+
11+
### Bug Fixes
12+
13+
* change index description ([#26](https://github.com/SirChri/employee-shift-scheduler/issues/26)) ([5f67f26](https://github.com/SirChri/employee-shift-scheduler/commit/5f67f26ae48c7bf764c4549758058e34375c8563))
14+
* changed license ([#27](https://github.com/SirChri/employee-shift-scheduler/issues/27)) ([21abba7](https://github.com/SirChri/employee-shift-scheduler/commit/21abba7ba6dd41ac5ea3c74903bff41914f1176b))
15+
* docker workdir ([3dd110c](https://github.com/SirChri/employee-shift-scheduler/commit/3dd110cbf864867f69f33a9b38141ab23c714b44))
16+
* docker workdir ([d8c50b2](https://github.com/SirChri/employee-shift-scheduler/commit/d8c50b221afc4d8caa9a61c81aad12d0c6e45b03))
17+
* pr check workflow ([01d3dfa](https://github.com/SirChri/employee-shift-scheduler/commit/01d3dfad2e91386351fdff40e799d19e4d1c6d60))
18+
819
## [0.9.4]
920

1021
### Added

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>io.sirchri</groupId>
1212
<artifactId>ess</artifactId>
13-
<version>0.9.5-SNAPSHOT</version>
13+
<version>0.9.5</version>
1414
<packaging>war</packaging>
1515
<name>ess</name>
1616
<description>Shift Scheduler</description>

0 commit comments

Comments
 (0)