diff --git a/CHANGELOG.md b/CHANGELOG.md index a5f95dea57..d720245c7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ 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.69.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.69.0) +* Notable changes for users: + * Infologger links has been added in run overview, run details, environment overview and environment details + * Fixed the misbehaving time between runs graphs + * Fixed the popover of tag description not being displayed after filtering + * Fixed tag picker glitch when unselecting then selecting a tag + * Popover can now be opened in any direction relatively to the trigger +* Notable change for developers: + * Fixed infinite selector failing tests + * Deleted useless controllers (exposing only routes returning 501) and the corresponding routers: + * AuthController + * CreatepdfController + * OverviewController + * SettingsController + * UsersController + * use newer docker compose syntax instead of legacy docker-compose + ## [0.68.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.68.0) * Notable changes for users: * Added time between runs histogram diff --git a/package-lock.json b/package-lock.json index 30c2bd2433..1541c9b00f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@aliceo2/bookkeeping", - "version": "0.68.0", + "version": "0.69.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@aliceo2/bookkeeping", - "version": "0.68.0", + "version": "0.69.0", "bundleDependencies": [ "@aliceo2/web-ui", "cls-hooked", diff --git a/package.json b/package.json index 5905000e7d..e7fabdbc4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aliceo2/bookkeeping", - "version": "0.68.0", + "version": "0.69.0", "author": "ALICEO2", "scripts": { "coverage": "nyc npm test && npm run coverage:report",