Skip to content

Commit

Permalink
Prepare v1.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
petyos committed Dec 13, 2023
1 parent ff31949 commit 3e53c76
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,6 +6,8 @@ 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.36.0] - 2023-12-13
### Changed
- Accounts to tenants account migration improvement [#690](https://github.com/rokwire/core-building-block/issues/690)

Expand Down Expand Up @@ -418,7 +420,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.35.1...HEAD
[Unreleased]: https://github.com/rokwire/core-building-block/compare/v1.36.0...HEAD
[1.36.0]: https://github.com/rokwire/core-building-block/compare/v1.35.1...v1.36.0
[1.35.1]: https://github.com/rokwire/core-building-block/compare/v1.35.0...v1.35.1
[1.35.0]: https://github.com/rokwire/core-building-block/compare/v1.34.0...v1.35.0
[1.34.0]: https://github.com/rokwire/core-building-block/compare/v1.33.0...v1.34.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.35.1 | :white_check_mark: |
| < 1.35.1 | :x: |
| 1.36.0 | :white_check_mark: |
| < 1.36.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.35.1
version: 1.36.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.35.1
version: 1.36.0
servers:
- url: https://api.rokwire.illinois.edu/core
description: Production server
Expand Down

0 comments on commit 3e53c76

Please sign in to comment.