From 99ec5fd18bb74cb4aefc6ad2b74fcbbbadc68ef0 Mon Sep 17 00:00:00 2001 From: Petyo Stoyanov Date: Tue, 7 May 2024 07:14:29 +0300 Subject: [PATCH] Prepare v2.9.0 --- CHANGELOG.md | 2 ++ SECURITY.md | 4 ++-- driver/web/docs/gen/def.yaml | 2 +- driver/web/docs/index.yaml | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b479ed8..8c8bf74a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,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] + +[2.9.0] - 2024-05-07 ### Changed - Webtools images fixes [#92](https://github.com/rokwire/gateway-building-block/issues/92) diff --git a/SECURITY.md b/SECURITY.md index 2a9d0c14..ca0b6211 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,8 +4,8 @@ Patches for **Gateway Building Block** in this repository will only be applied to the following versions: | Version | Supported | | ------- | ------------------ | -| 2.8.0 | :white_check_mark: | -| < 2.8.0 | :x: | +| 2.9.0 | :white_check_mark: | +| < 2.9.0 | :x: | ## Reporting a Bug or Vulnerability diff --git a/driver/web/docs/gen/def.yaml b/driver/web/docs/gen/def.yaml index 0bdb8241..07b95e25 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 Gateway Building Block API description: Gateway Building Block API Documentation - version: 2.8.0 + version: 2.9.0 servers: - url: 'https://api.rokwire.illinois.edu/gateway' description: Production server diff --git a/driver/web/docs/index.yaml b/driver/web/docs/index.yaml index daeb4ec7..558691cf 100644 --- a/driver/web/docs/index.yaml +++ b/driver/web/docs/index.yaml @@ -2,7 +2,7 @@ openapi: 3.0.3 info: title: Rokwire Gateway Building Block API description: Gateway Building Block API Documentation - version: 2.8.0 + version: 2.9.0 servers: - url: 'https://api.rokwire.illinois.edu/gateway' description: Production server