diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a7f1992a..5021fea08 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.44.1] - 2024-12-03 ### Fixed - Fix Privacy.FieldVisibility validation [#729](https://github.com/rokwire/core-building-block/issues/729) diff --git a/SECURITY.md b/SECURITY.md index fb83b6251..abdc9ead9 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.44.0 | :white_check_mark: | -| < 1.44.0 | :x: | +|1.44.1 | :white_check_mark: | +| < 1.44.1 | :x: | ## Reporting a Bug or Vulnerability diff --git a/driver/web/docs/gen/def.yaml b/driver/web/docs/gen/def.yaml index 6b7778bad..28d3a837b 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.44.0 + version: 1.44.1 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 aed680d5e..a8cdae071 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.44.0 + version: 1.44.1 servers: - url: https://api.rokwire.illinois.edu/core description: Production server