Skip to content

Commit 33f8b1c

Browse files
committed
chore: release v0.2.0
1 parent 07a9d52 commit 33f8b1c

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.2.0 (2021-11-09)
6+
### Feature
7+
* Adds client dependency injection to model ([#8](https://github.com/cancom/python-hostingde/issues/8)) ([`07a9d52`](https://github.com/cancom/python-hostingde/commit/07a9d525d6adfa6490a31794adabd20eeafc2a19))
8+
59
## v0.1.0 (2021-11-07)
610
### Feature
711
* Initial release ([`84cd33d`](https://github.com/becelot/python-hostingde/commit/84cd33d3ae0303ae5078c98f1b971c6705462edf))

hostingde/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
__email__ = "opensource@cancom.de"
33
__license__ = "MIT"
44
__title__ = "python-hostingde"
5-
__version__ = "0.1.0"
5+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)