diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dd9d06..7a369b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. 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). +## [2.11.0] - 2024-09-24 +### Changed +- Building feature list is now a compact list of feature names paired with floors they exist on to make is easier to use for display and floorplan linking in the app + ## [2.10.5] - 2024-09-16 ### Changed - Correcting version history between dev and main diff --git a/SECURITY.md b/SECURITY.md index c0527f8..eeea134 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.10.5 | :white_check_mark: | -| < 2.10.5 | :x: | +| 2.11.0 | :white_check_mark: | +| < 2.11.0 | :x: | ## Reporting a Bug or Vulnerability diff --git a/driver/web/docs/gen/def.yaml b/driver/web/docs/gen/def.yaml index 8b32ec8..6bf1423 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.10.5 + version: 2.11.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 24c90c5..e374904 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.10.5 + version: 2.11.0 servers: - url: 'https://api.rokwire.illinois.edu/gateway' description: Production server