From 1bcf7376e6713694e3dcb10697085ce9a7a33376 Mon Sep 17 00:00:00 2001 From: Minu Mathew Date: Wed, 6 Sep 2023 13:35:21 -0500 Subject: [PATCH] release 1.20.0 for eventsBB --- CHANGELOG.md | 7 +++++-- SECURITY.md | 1 + eventservice/events.yaml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac0012e3..68755b50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [1.20.0] - 2023-09-06 +### Changed +- Update Event categories and subcategories list. [#1150](https://github.com/rokwire/rokwire-building-blocks-api/issues/1150) ## [1.19.0] - 2023-08-29 ### Added @@ -14,7 +17,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - UI table spacing for details pages. [#1117](https://github.com/rokwire/rokwire-building-blocks-api/issues/1117) - Form fields and placeholder text for contribute form. [#1116](https://github.com/rokwire/rokwire-building-blocks-api/issues/1116) -- Update Event categories and subcategories list. [#1150](https://github.com/rokwire/rokwire-building-blocks-api/issues/1150) ### Fixed - Logs Building Block dependencies and Python base version. [#1130](https://github.com/rokwire/rokwire-building-blocks-api/issues/1130) @@ -597,7 +599,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed - References to AWS keys and variables in the Events Building Block. -[Unreleased]: https://github.com/rokwire/rokwire-building-blocks-api/compare/1.19.0...HEAD +[Unreleased]: https://github.com/rokwire/rokwire-building-blocks-api/compare/1.20.0...HEAD +[1.20.0]: https://github.com/rokwire/rokwire-building-blocks-api/compare/1.19.0...1.20.0 [1.19.0]: https://github.com/rokwire/rokwire-building-blocks-api/compare/1.18.0...1.19.0 [1.18.0]: https://github.com/rokwire/rokwire-building-blocks-api/compare/1.17.0...1.18.0 [1.17.0]: https://github.com/rokwire/rokwire-building-blocks-api/compare/1.16.0...1.17.0 diff --git a/SECURITY.md b/SECURITY.md index fc1fc456..022c7eae 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,6 +6,7 @@ Patches for **Rokwire Building Blocks** in this repository will only be applied | Version | Supported | |----------|--------------------| +| 1.20.0 | :white_check_mark: | | 1.19.0 | :white_check_mark: | | 1.18.0 | :white_check_mark: | | 1.17.0 | :white_check_mark: | diff --git a/eventservice/events.yaml b/eventservice/events.yaml index 9755b1f0..4e7f70eb 100755 --- a/eventservice/events.yaml +++ b/eventservice/events.yaml @@ -2,7 +2,7 @@ openapi: 3.0.0 info: title: Rokwire Events Building Block API description: Events Building Block API Documentation - version: 1.19.0 + version: 1.20.0 servers: - url: https://api.rokwire.illinois.edu description: Production server