From 4afa808e673e2a86c34a2be7cc23675ab712d3d6 Mon Sep 17 00:00:00 2001 From: PascalRepond Date: Thu, 24 Nov 2022 11:48:47 +0100 Subject: [PATCH] release: v1.8.2 Co-Authored-by: Pascal Repond --- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- sonar/version.py | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcd47ef1..842fc2f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [v1.8.2](https://github.com/rero/sonar/tree/v1.8.2) (2022-11-24) + +[Full Changelog](https://github.com/rero/sonar/compare/v1.8.1...v1.8.2) + +**Bug fixes:** + +* Controlled affiliation should be cleared when affiliation is modified to empty or unrecognized value [\#807](https://github.com/rero/sonar/issues/807) (by @jma & @PascalRepond) +* The editor or API should prevent bad character encodings [\#867](https://github.com/rero/sonar/issues/867) (by @jma) +* dependencies: fix vulnerabilities [\#916](https://github.com/rero/sonar/pull/916) (by @jma) + ## [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) diff --git a/pyproject.toml b/pyproject.toml index e79c4405..4739802d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "SONAR" -version = "1.8.1" +version = "1.8.2" 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 9aa4278a..55e89558 100644 --- a/sonar/version.py +++ b/sonar/version.py @@ -23,4 +23,4 @@ from __future__ import absolute_import, print_function -__version__ = '1.8.1' +__version__ = '1.8.2'