diff --git a/CHANGELOG.md b/CHANGELOG.md index c27a365..51d6581 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Unreleased + +## [v0.2.0](https://github.com/Mapepire-IBMi/mapepire-python/releases/tag/v0.2.0) - 2024-11-26 - replace `websocket-client` with `websockets` - add support for permessage deflate (RFC 7692) - improve error handling diff --git a/mapepire_python/version.py b/mapepire_python/version.py index 7ce9b39..6cf0ee6 100644 --- a/mapepire_python/version.py +++ b/mapepire_python/version.py @@ -1,8 +1,8 @@ _MAJOR = "0" -_MINOR = "1" +_MINOR = "2" # On main and in a nightly release the patch should be one ahead of the last # released build. -_PATCH = "8" +_PATCH = "0" # This is mainly for nightly builds which have the suffix ".dev$DATE". See # https://semver.org/#is-v123-a-semantic-version for the semantics. _SUFFIX = ""