From 5c23e0b03314f65246d1d9813462887b534f2916 Mon Sep 17 00:00:00 2001 From: "TEAM 4.0[bot]" Date: Wed, 24 May 2023 13:57:10 +0000 Subject: [PATCH] Release v0.3.1 - Changelog --- CHANGELOG.md | 11 ++++++++++- otelib/__init__.py | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31925cb..9880eb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog -## [v0.3.0](https://github.com/EMMC-ASBL/otelib/tree/v0.3.0) (2023-04-13) +## [v0.3.1](https://github.com/EMMC-ASBL/otelib/tree/v0.3.1) (2023-05-23) + +[Full Changelog](https://github.com/EMMC-ASBL/otelib/compare/v0.3.0...v0.3.1) + +**Merged pull requests:** + +- \[Auto-generated\] Update dependencies [\#113](https://github.com/EMMC-ASBL/otelib/pull/113) ([TEAM4-0](https://github.com/TEAM4-0)) +- Enh/add auth [\#96](https://github.com/EMMC-ASBL/otelib/pull/96) ([MBueschelberger](https://github.com/MBueschelberger)) + +## [v0.3.0](https://github.com/EMMC-ASBL/otelib/tree/v0.3.0) (2023-04-19) [Full Changelog](https://github.com/EMMC-ASBL/otelib/compare/v0.2.0...v0.3.0) diff --git a/otelib/__init__.py b/otelib/__init__.py index ab43d02..ff21b2a 100644 --- a/otelib/__init__.py +++ b/otelib/__init__.py @@ -6,6 +6,6 @@ __all__ = ("OTEClient",) -__version__ = "0.3.0" +__version__ = "0.3.1" __author__ = "SINTEF" __author_email__ = "Team4.0@SINTEF.no"