diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b259c3..69568c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ This changelog is deprecated. All changes are documented under [releases](https://github.com/equinor/tagreader-python/releases). +## [6.2.1](https://github.com/equinor/tagreader-python/compare/v6.2.0...v6.2.1) (2026-08-20) + + +### Bug Fixes + +* return empty list if wrong json response ([#483](https://github.com/equinor/tagreader-python/issues/483)) ([76428d9](https://github.com/equinor/tagreader-python/commit/76428d93c3b8707c150b236a70dbbcea37a06a51)) +* return empty list not None ([#477](https://github.com/equinor/tagreader-python/issues/477)) ([022d235](https://github.com/equinor/tagreader-python/commit/022d23568494833ed66bb5bfed5b2bee82d575e0)) +* simplify missing auth for AspenOne and broaden exception handlin… ([#482](https://github.com/equinor/tagreader-python/issues/482)) ([3c75196](https://github.com/equinor/tagreader-python/commit/3c75196878e0ea82e1778111219303568e2ea132)) +* simplify missing auth for AspenOne and broaden exception handling in get_handler ([3c75196](https://github.com/equinor/tagreader-python/commit/3c75196878e0ea82e1778111219303568e2ea132)) +* wrong HTTPError imported ([#468](https://github.com/equinor/tagreader-python/issues/468)) ([b7aff5d](https://github.com/equinor/tagreader-python/commit/b7aff5dbe5d6054f62bce61193e4dd17db0ed6df)) + ## [6.2.0](https://github.com/equinor/tagreader-python/compare/v6.1.0...v6.2.0) (2025-10-15) diff --git a/pyproject.toml b/pyproject.toml index bcc59b8..3950c2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "tagreader" -version = "6.2.0" +version = "6.2.1" description = "Tagreader is a Python package for reading trend data from the OSIsoft PI and Aspen Infoplus.21 IMS systems." authors = [ { name = "Einar S. Idsø", email = "eiids@equinor.com" },