Skip to content

Commit

Permalink
release 1.20.0 for eventsBB
Browse files Browse the repository at this point in the history
  • Loading branch information
minump committed Sep 6, 2023
1 parent 167af69 commit 1bcf737
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion eventservice/events.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1bcf737

Please sign in to comment.