Skip to content

Commit

Permalink
Release v1.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shurwit committed May 2, 2023
1 parent 2676f39 commit b5c6af9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,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.33.0] - 2023-05-02
- Username and password authentication [#658](https://github.com/rokwire/core-building-block/issues/658)

## [1.32.2] - 2023-04-20
### Changed
- Sync Identity BB for user data on authentication event [#650](https://github.com/rokwire/core-building-block/issues/650)
Expand Down Expand Up @@ -391,7 +393,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Users authentication polish [#155](https://github.com/rokwire/core-building-block/issues/155)
- Optimise the Mongo DB collections indexes usage [#146](https://github.com/rokwire/core-building-block/issues/146)

[Unreleased]: https://github.com/rokwire/core-building-block/compare/v1.32.2...HEAD
[Unreleased]: https://github.com/rokwire/core-building-block/compare/v1.33.0...HEAD
[1.33.0]: https://github.com/rokwire/core-building-block/compare/v1.32.2...v1.33.0
[1.32.2]: https://github.com/rokwire/core-building-block/compare/v1.32.1...v1.32.2
[1.32.1]: https://github.com/rokwire/core-building-block/compare/v1.32.0...v1.32.1
[1.32.0]: https://github.com/rokwire/core-building-block/compare/v1.31.2...v1.32.0
Expand Down
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
Patches for **Core Building Block** in this repository will only be applied to the following versions:
| Version | Supported |
| -------- | ------------------ |
| 1.32.2 | :white_check_mark: |
| < 1.32.2 | :x: |
| 1.33.0 | :white_check_mark: |
| < 1.33.0 | :x: |

## Reporting a Bug or Vulnerability

Expand Down
2 changes: 1 addition & 1 deletion driver/web/docs/gen/def.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.3
info:
title: Rokwire Core Building Block API
description: Core Building Block API Documentation
version: 1.32.2
version: 1.33.0
servers:
- url: 'https://api.rokwire.illinois.edu/core'
description: Production server
Expand Down
2 changes: 1 addition & 1 deletion driver/web/docs/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.3
info:
title: Rokwire Core Building Block API
description: Core Building Block API Documentation
version: 1.32.2
version: 1.33.0
servers:
- url: https://api.rokwire.illinois.edu/core
description: Production server
Expand Down

0 comments on commit b5c6af9

Please sign in to comment.