Skip to content

Commit

Permalink
Update release version (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
graduta authored Mar 17, 2022
1 parent 86012fe commit 6527fa6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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.23.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.23.0)
* Notable changes for developers:
* Add as new feature the option to send email and mattermost log creation notification;

## [0.22.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.22.0)
* Notable changes for developers:
* Path for storing attachments of logs is now configurable via ATTACHMENT_PATH env;
Expand Down
2 changes: 1 addition & 1 deletion lib/public/views/About/Overview/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import table from '../../../components/Table/index.js';
*/
const aboutOverview = (model) => {
const data = [
{ type: 'Bookkeeping', version: '0.22.0', hostname: '-', port: '4000' },
{ type: 'Bookkeeping', version: '0.23.0', hostname: '-', port: '4000' },
{ type: 'NPM', version: '', hostname: '', port: '' },
];

Expand Down

0 comments on commit 6527fa6

Please sign in to comment.