Skip to content

Commit

Permalink
chore(master): release 2.5.0 (#41)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 11, 2024
1 parent 0bf45f3 commit 592f212
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [2.5.0](https://github.com/seblum/octiv-booker/compare/v2.4.0...v2.5.0) (2024-08-11)


### Features

* add additional dependencies between cd steps ([#49](https://github.com/seblum/octiv-booker/issues/49)) ([0bf45f3](https://github.com/seblum/octiv-booker/commit/0bf45f3c266db14b64be5cb7d10708df32182cac))
* link CI/CD pipelines and automate further ([#42](https://github.com/seblum/octiv-booker/issues/42)) ([23832d8](https://github.com/seblum/octiv-booker/commit/23832d8a0a830791079eba4174fe53b45566abf4))
* Setup pipeline to run bookings ([#40](https://github.com/seblum/octiv-booker/issues/40)) ([10c6b20](https://github.com/seblum/octiv-booker/commit/10c6b200057e269ebbd11ae3258070f4946db95e))


### Bug Fixes

* tag change in pyproject toml ([#45](https://github.com/seblum/octiv-booker/issues/45)) ([9c68a0e](https://github.com/seblum/octiv-booker/commit/9c68a0e6c056e4d95e7d273375b1f80b3252b19d))

## [2.4.0](https://github.com/seblum/octiv-booker/compare/v2.3.0...v2.4.0) (2024-07-21)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "slotBooker"
version = "2.4.1"
version = "2.5.0"
description = ""
authors = ["Sebastian Blum <[email protected]>"]
packages = [{include = "slotbooker", from = "src"}]
Expand Down

0 comments on commit 592f212

Please sign in to comment.