From daa52917e0a41ff9130bb41a1e6e0bab031c0abd Mon Sep 17 00:00:00 2001 From: Stefan Vitanov Date: Tue, 26 Nov 2024 10:09:29 +0200 Subject: [PATCH] update version to 1.11.1 --- 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 b61cee3..345b2f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,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.11.1] - 2024-11-26 ### Fixed - User survey responses not accessible [#78](https://github.com/rokwire/surveys-building-block/issues/78) diff --git a/SECURITY.md b/SECURITY.md index 3a08e1b..378aa8c 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,8 +6,8 @@ Patches for **Surveys Building Block** in this repository will only be applied t | Version | Supported | | ------- | ------------------ | -| 1.11.0 | :white_check_mark: | -| < 1.11.0 | :x: | +| 1.11.1 | :white_check_mark: | +| < 1.11.1 | :x: | ## Reporting a Bug or Vulnerability diff --git a/driver/web/docs/gen/def.yaml b/driver/web/docs/gen/def.yaml index 7b72bb4..555c7a3 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 Surveys Building Block API description: Surveys Building Block API Documentation - version: 1.11.0 + version: 1.11.1 servers: - url: 'https://api.rokwire.illinois.edu/surveys' description: Production server diff --git a/driver/web/docs/index.yaml b/driver/web/docs/index.yaml index 80c970a..f6aec4e 100644 --- a/driver/web/docs/index.yaml +++ b/driver/web/docs/index.yaml @@ -2,7 +2,7 @@ openapi: 3.0.3 info: title: Rokwire Surveys Building Block API description: Surveys Building Block API Documentation - version: 1.11.0 + version: 1.11.1 servers: - url: 'https://api.rokwire.illinois.edu/surveys' description: Production server