diff --git a/CHANGELOG.md b/CHANGELOG.md index c5e336d6..62169621 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Change history for ui-tenant-settings -## 8.2.0 (IN PROGRESS) +## 9.0.0 (IN PROGRESS) * [UITEN-274](https://folio-org.atlassian.net/browse/UITEN-274) Use Save & close button label stripes-component translation key. * [UITEN-280](https://folio-org.atlassian.net/browse/UITEN-280) Conditionally include SSO Settings based on login-saml interface. -* [UITEN-286](https://folio-org.atlassian.net/browse/UITEN-286) Add new permission to view reading room access in tenant settings. +* [UITEN-286](https://folio-org.atlassian.net/browse/UITEN-286) *BREAKING* Add new interface. Add new permission to view reading room access in tenant settings. ## [8.1.0](https://github.com/folio-org/ui-tenant-settings/tree/v8.1.0)(2024-03-19) [Full Changelog](https://github.com/folio-org/ui-tenant-settings/compare/v8.0.0...v8.1.0) diff --git a/package.json b/package.json index 9c237fa0..0ab9c7ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/tenant-settings", - "version": "8.1.0", + "version": "9.0.0", "description": "Tenant settings", "main": "src/index.js", "repository": "folio-org/ui-tenant-settings",