diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c138667e7..d0e586409f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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.86.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.86.0) +* Notable changes for users: + * Placed RCT entry point directly in navigation bar + * Changed QC flag delete button access to admins only + * Added runs counts for simulation pass overview + * Added data passes counts for simulation pass overview + * ALICE efficiency computation now uses mean weighted by stable beam duration + * Removed missing trigger start/stop warning if trigger is OFF +* Notable change for developers: + * Run optional properties are now optional in proto file + ## [0.85.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.85.0) * Notable changes for users: * Added possibility to filter out runs that contains any of the given tags diff --git a/package-lock.json b/package-lock.json index 29ac24d283..bc897c833b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@aliceo2/bookkeeping", - "version": "0.85.0", + "version": "0.86.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@aliceo2/bookkeeping", - "version": "0.85.0", + "version": "0.86.0", "bundleDependencies": [ "@aliceo2/web-ui", "@grpc/grpc-js", diff --git a/package.json b/package.json index 7e6af1f63b..f7ef4e024f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aliceo2/bookkeeping", - "version": "0.85.0", + "version": "0.86.0", "author": "ALICEO2", "scripts": { "coverage": "nyc npm test && npm run coverage:report",