diff --git a/HISTORY.md b/HISTORY.md index 10c41d6..0231765 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ ## master +## 2.3.0 (2019-01-16) + +- [#48](https://github.com/castle/castle-python/pull/48) add connection pooling +- [#47](https://github.com/castle/castle-python/pull/47) add event constants - [#40](https://github.com/castle/castle-python/pull/40) remove requirement for `user_id` ## 2.2.1 (2018-09-04) diff --git a/castle/version.py b/castle/version.py index 8ec4737..0f572f9 100644 --- a/castle/version.py +++ b/castle/version.py @@ -1 +1 @@ -VERSION = '2.2.1' +VERSION = '2.3.0'