diff --git a/CHANGELOG.md b/CHANGELOG.md index c37a4c1..05fd5a9 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.5.0] - 2024-007-22 ### Added - Start/end date [#38](https://github.com/rokwire/surveys-building-block/issues/38) diff --git a/SECURITY.md b/SECURITY.md index 4a7e951..e64ab2a 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.4.0 | :white_check_mark: | -| < 1.4.0 | :x: | +| 1.5.0 | :white_check_mark: | +| < 1.5.0 | :x: | ## Reporting a Bug or Vulnerability diff --git a/driver/web/docs/gen/def.yaml b/driver/web/docs/gen/def.yaml index f4c074a..87d9a45 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.4.0 + version: 1.5.0 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 6fba129..d0e8bc5 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.4.0 + version: 1.5.0 servers: - url: 'https://api.rokwire.illinois.edu/surveys' description: Production server