diff --git a/asyncz/__init__.py b/asyncz/__init__.py index 3d18726..906d362 100644 --- a/asyncz/__init__.py +++ b/asyncz/__init__.py @@ -1 +1 @@ -__version__ = "0.5.0" +__version__ = "0.6.0" diff --git a/docs/release-notes.md b/docs/release-notes.md index 5b44e87..c986659 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,14 @@ # Release Notes +## 0.6.0 + +### Fixed + +#### Breaking change + +- In the past, `asyncz` had a typo in `max_intances`. This was changed to `max_instances` instead. +This addresses the Discusson [#49](https://github.com/tarsil/asyncz/discussions/49) raised by [@devkral](https://github.com/devkral). + ## 0.5.0 ### Changed