diff --git a/CHANGELOG.md b/CHANGELOG.md index 16a9a634..e1f22e4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 The intended audience of this file is for py42 consumers -- as such, changes that don't affect how a consumer would use the library (e.g. adding unit tests, updating documentation, etc) are not captured here. +## 1.12.1 - 2022-01-21 + +### Fixed + +- Vulnerability in `ipython` dependency. See [CVE-2022-21699](https://nvd.nist.gov/vuln/detail/CVE-2022-21699). ## 1.12.0 - 2021-12-13 ### Fixed diff --git a/src/code42cli/__version__.py b/src/code42cli/__version__.py index b518f6ee..438a38d1 100644 --- a/src/code42cli/__version__.py +++ b/src/code42cli/__version__.py @@ -1 +1 @@ -__version__ = "1.12.0" +__version__ = "1.12.1"