From e4e9b12a2260f80c1a483c984590717b1b0d5fa3 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 26 Aug 2024 14:14:29 +0000 Subject: [PATCH] chore: updating CHANGELOG for v2.1.1 --- CHANGELOG.md | 12 ++++++++++++ doc/changelog.d/651.fixed.md | 1 - doc/changelog.d/657.documentation.md | 1 - 3 files changed, 12 insertions(+), 2 deletions(-) delete mode 100644 doc/changelog.d/651.fixed.md delete mode 100644 doc/changelog.d/657.documentation.md diff --git a/CHANGELOG.md b/CHANGELOG.md index b4063edb..e3c4c4b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ changes for the upcoming release can be found in +## [2.1.1](https://github.com/ansys/openapi-common/releases/tag/v2.1.1) - 2024-08-26 + + +### Fixed + +- Allow packages to build documentation if they inherit classes in this package [#651](https://github.com/ansys/openapi-common/pull/651) + + +### Documentation + +- Prepare 2.1.1 release [#657](https://github.com/ansys/openapi-common/pull/657) + ## [2.1.0](https://github.com/ansys/openapi-common/releases/tag/v2.1.0) - 2024-08-21 diff --git a/doc/changelog.d/651.fixed.md b/doc/changelog.d/651.fixed.md deleted file mode 100644 index 3cb8fc34..00000000 --- a/doc/changelog.d/651.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Allow packages to build documentation if they inherit classes in this package \ No newline at end of file diff --git a/doc/changelog.d/657.documentation.md b/doc/changelog.d/657.documentation.md deleted file mode 100644 index a1da8bac..00000000 --- a/doc/changelog.d/657.documentation.md +++ /dev/null @@ -1 +0,0 @@ -Prepare 2.1.1 release \ No newline at end of file