diff --git a/CHANGELOG.md b/CHANGELOG.md index 48311debf6..6088e29386 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +## [1.2.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%401.2.0) +* Notable changes for users: + * Prevented the QC summary color from changing to gray after more than one verification + * Create a log when tag "Not for physics" is added/removed to a run +* Notable changes for developers: + * Added separate request to fetch non-verified flags when calculating QC summary + * BKP process do not crash anymore when database crash + ## [1.1.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%401.1.0) * Notable changes for users: * Store phase shift for runs at start and stop for both beams 1 and 2 diff --git a/package-lock.json b/package-lock.json index 565bd7034b..2685e25836 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@aliceo2/bookkeeping", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@aliceo2/bookkeeping", - "version": "1.1.0", + "version": "1.2.0", "bundleDependencies": [ "@aliceo2/web-ui", "@grpc/grpc-js", diff --git a/package.json b/package.json index a5a91b8435..cb822b10ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aliceo2/bookkeeping", - "version": "1.1.0", + "version": "1.2.0", "author": "ALICEO2", "scripts": { "coverage": "nyc npm test && npm run coverage:report",