diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d73a66497..52957e976d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.99.1](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.99.1) +* Notable changes for users: + * Fixed log creation for detector EoR reason + * Fixed defining skimmingStage in ML synchronizer + ## [0.99.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.99.0) * Notable changes for users: * Format properly FLP statistics diff --git a/package-lock.json b/package-lock.json index b4d2f2a14e..b3dd134337 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@aliceo2/bookkeeping", - "version": "0.99.0", + "version": "0.99.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@aliceo2/bookkeeping", - "version": "0.99.0", + "version": "0.99.1", "bundleDependencies": [ "@aliceo2/web-ui", "@grpc/grpc-js", diff --git a/package.json b/package.json index b70ee76c83..10595caeb6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aliceo2/bookkeeping", - "version": "0.99.0", + "version": "0.99.1", "author": "ALICEO2", "scripts": { "coverage": "nyc npm test && npm run coverage:report",