From 5685e501866b1a5e493a29b162b542851f0031af Mon Sep 17 00:00:00 2001 From: ankraft Date: Mon, 30 May 2022 23:19:12 +0200 Subject: [PATCH] Preparation for 0.10.1 --- CHANGELOG.md | 6 ++++++ acme/etc/Constants.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0386dc78..f4022c77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ 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). +## [0.10.1] - 2022-05-30 + +### Fixed +- [CSE] Fixed crash when restarting <timeSeries> monitoring. + + ## [0.10.0] - 2022-05-06 ### Added diff --git a/acme/etc/Constants.py b/acme/etc/Constants.py index 46de94af..843ea05e 100644 --- a/acme/etc/Constants.py +++ b/acme/etc/Constants.py @@ -10,7 +10,7 @@ class Constants(object): """ Various CSE and oneM2M constants """ - version = '0.10.0' + version = '0.10.1' """ ACME's release version """ textLogo = '[dim][[/dim][red][i]ACME[/i][/red][dim]][/dim]'