diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0fcd970..708eb9e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.1.0 +current_version = 2.2.0 commit = True tag = True diff --git a/CHANGELOG.md b/CHANGELOG.md index 0519910..01bcfe9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## ?.?.? +## 2.2.0 - 2024-03-18 * `okdata.aws.status.sdk.Status` now accepts an additional optional parameter, `sdk_config`, which allows the underlying Status SDK to diff --git a/setup.py b/setup.py index d5de17c..a431a4d 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="okdata-aws", - version="2.1.0", + version="2.2.0", author="Oslo Origo", author_email="dataplattform@oslo.kommune.no", description="Collection of helpers for working with AWS",