From f356feeea2ca5b837a6a14f448b4927164a4d330 Mon Sep 17 00:00:00 2001 From: Stefan Vitanov Date: Thu, 20 Feb 2025 13:20:35 +0200 Subject: [PATCH] update version to 1.48.2 --- CHANGELOG.md | 1 + SECURITY.md | 4 ++-- driver/web/docs/gen/def.yaml | 2 +- driver/web/docs/index.yaml | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a88e5c6d..1a1778636 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ 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.48.2] - 2025-20-02 ### Fixed - Disable default privacy setting [#759](https://github.com/rokwire/core-building-block/issues/759) diff --git a/SECURITY.md b/SECURITY.md index 317f4c07c..7e6cb9f91 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,8 +4,8 @@ Patches for **Core Building Block** in this repository will only be applied to the following versions: | Version | Supported | | -------- | ------------------ | -|1.48.1 | :white_check_mark: | -| < 1.48.1| :x: | +|1.48.2 | :white_check_mark: | +| < 1.48.2| :x: | ## Reporting a Bug or Vulnerability diff --git a/driver/web/docs/gen/def.yaml b/driver/web/docs/gen/def.yaml index ff72f805b..f2ef5a522 100644 --- a/driver/web/docs/gen/def.yaml +++ b/driver/web/docs/gen/def.yaml @@ -2,7 +2,7 @@ openapi: 3.0.3 info: title: Rokwire Core Building Block API description: Core Building Block API Documentation - version: 1.48.1 + version: 1.48.2 servers: - url: 'https://api.rokwire.illinois.edu/core' description: Production server diff --git a/driver/web/docs/index.yaml b/driver/web/docs/index.yaml index 4052267df..b787c8a81 100644 --- a/driver/web/docs/index.yaml +++ b/driver/web/docs/index.yaml @@ -2,7 +2,7 @@ openapi: 3.0.3 info: title: Rokwire Core Building Block API description: Core Building Block API Documentation - version: 1.48.1 + version: 1.48.2 servers: - url: https://api.rokwire.illinois.edu/core description: Production server