diff --git a/CHANGELOG.md b/CHANGELOG.md index f9966e6..dbb72ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [2.0.3] +* Support for event_creation param for Real Time Scheduling [#102] +* Bug fix to accept callback_urls param for Real Time Scheduling [#101] + ## [2.0.2] * Added method to bulk authorize accounts via a service account authentication [#99] @@ -22,6 +26,7 @@ ## [1.9.3] * Add support for Element Token generation [#70] +[2.0.3]: https://github.com/cronofy/pycronofy/releases/tag/2.0.3 [2.0.2]: https://github.com/cronofy/pycronofy/releases/tag/2.0.2 [2.0.1]: https://github.com/cronofy/pycronofy/releases/tag/2.0.1 [2.0.0]: https://github.com/cronofy/pycronofy/releases/tag/2.0.0.rc1 @@ -30,6 +35,8 @@ [1.9.4]: https://github.com/cronofy/pycronofy/releases/tag/1.9.4 [1.9.3]: https://github.com/cronofy/pycronofy/releases/tag/1.9.3 +[#102]: https://github.com/cronofy/pycronofy/pull/102 +[#101]: https://github.com/cronofy/pycronofy/pull/101 [#99]: https://github.com/cronofy/pycronofy/pull/99 [#95]: https://github.com/cronofy/pycronofy/pull/95 [#89]: https://github.com/cronofy/pycronofy/pull/89 diff --git a/PKG-INFO b/PKG-INFO index bb2219b..ed146cc 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: pycronofy -Version: 2.0.2 +Version: 2.0.3 Summary: Python wrapper for Cronofy Home-page: https://github.com/cronofy/pycronofy Author: VenueBook diff --git a/pycronofy/__init__.py b/pycronofy/__init__.py index f6c3c32..81b1768 100644 --- a/pycronofy/__init__.py +++ b/pycronofy/__init__.py @@ -1,6 +1,6 @@ from pycronofy.client import Client # noqa: F401 from pycronofy import settings -__version__ = '2.0.2' +__version__ = '2.0.3' __name__ = 'PyCronofy' """