diff --git a/CHANGELOG.md b/CHANGELOG.md index e26d2cdd..760750ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ This changelog is deprecated. All changes are documented under [releases](https://github.com/equinor/tagreader-python/releases). +## [4.2.1](https://github.com/equinor/tagreader-python/compare/v4.2.0...v4.2.1) (2023-07-06) + + +### 🧹 Chores + +* pre-commit fix ([bf7e1e4](https://github.com/equinor/tagreader-python/commit/bf7e1e46c6f7934552e90b4245cf299a0824a4ce)) + + +### 🐛 Bug Fixes + +* use correct arguments when reading single tag and code cleanup ([#234](https://github.com/equinor/tagreader-python/issues/234)) ([e0fafd4](https://github.com/equinor/tagreader-python/commit/e0fafd499fdb08391b51343145c1f50051fa0d99)), closes [#231](https://github.com/equinor/tagreader-python/issues/231) + ## [4.2.0](https://github.com/equinor/tagreader-python/compare/v4.1.4...v4.2.0) (2023-06-28) diff --git a/pyproject.toml b/pyproject.toml index e05f8a0a..b1a5c0c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tagreader" -version = "4.2.0" +version = "4.2.1" description = "Tagreader is a Python package for reading trend data from the OSIsoft PI and Aspen Infoplus.21 IMS systems." authors = ["Einar S. Idsø "] license = "MIT"