diff --git a/CHANGELOG.md b/CHANGELOG.md index 56af2862..dcd47ef1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v1.8.1](https://github.com/rero/sonar/tree/v1.8.1) (2022-10-20) + +[Full Changelog](https://github.com/rero/sonar/compare/v1.8.0...v1.8.1) + +**Bug fixes:** + +* logged user: fix settings [\#905](https://github.com/rero/sonar/pull/905) (by @Garfield-fr) + ## [v1.8.0](https://github.com/rero/sonar/tree/v1.8.0) (2022-08-30) [Full Changelog](https://github.com/rero/sonar/compare/v1.7.0...v1.8.0) diff --git a/pyproject.toml b/pyproject.toml index 9ac7a5c7..0dd732c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "SONAR" -version = "1.8.0" +version = "1.8.1" description = "SONAR is an archive of scholarly publications. It intends to collect, promote and preserve the publications of authors affiliated with Swiss public research institutions." authors = ["RERO "] license = "GNU Affero General Public License v3.0" diff --git a/sonar/version.py b/sonar/version.py index 90e45ba4..9aa4278a 100644 --- a/sonar/version.py +++ b/sonar/version.py @@ -23,4 +23,4 @@ from __future__ import absolute_import, print_function -__version__ = '1.8.0' +__version__ = '1.8.1'