From b83b6981fda5fa5316eba36e14ad7168d1bd242a Mon Sep 17 00:00:00 2001 From: Ruairidh MacLeod Date: Wed, 7 Jul 2021 11:19:07 +0100 Subject: [PATCH] bump changelog for release --- CHANGELOG.md | 10 +++++++++- news/834-bugfix.md | 1 - 2 files changed, 9 insertions(+), 2 deletions(-) delete mode 100644 news/834-bugfix.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 3432a91d9..818539a91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,13 @@ A raw git diff can be seen [here][unreleased]. +## [3.2.1] 2021-07-07 + +## Bugfix + +- [#834](https://github.com/SMI/SmiServices/pull/834) by tznind. Improved + logging and fixed yaml options not being respected in IsIdentifiableReviewer + ## [3.2.0] 2021-07-05 ## Feature @@ -921,7 +928,8 @@ First stable release after importing the repository from the private - Anonymous `MappingTableName` must now be fully specified to pass validation (e.g. `mydb.mytbl`). Previously skipping database portion was supported. -[unreleased]: https://github.com/SMI/SmiServices/compare/v3.2.0...master +[unreleased]: https://github.com/SMI/SmiServices/compare/v3.2.1...master +[3.2.1]: https://github.com/SMI/SmiServices/compare/v3.2.0...v3.2.1 [3.2.0]: https://github.com/SMI/SmiServices/compare/v3.1.0...v3.2.0 [3.1.0]: https://github.com/SMI/SmiServices/compare/v3.0.2...v3.1.0 [3.0.2]: https://github.com/SMI/SmiServices/compare/v3.0.1...v3.0.2 diff --git a/news/834-bugfix.md b/news/834-bugfix.md deleted file mode 100644 index 5a2cd1469..000000000 --- a/news/834-bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Improved logging and fixed yaml options not being respected in IsIdentifiableReviewer \ No newline at end of file