Skip to content

Commit 21ea97e

Browse files
committed
Release v2.3.0
1 parent e106e65 commit 21ea97e

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## Unreleased
8+
9+
## [2.3.0] - 2026-02-27
810
### Added
911
- Added end points for delivering crowd meter data to the app [#199] (https://github.com/rokwire/gateway-building-block/issues/199)
12+
1013
## [2.21.1] - 2026-02-04
1114
### Fixed
1215
- Clean up download images function [#195](https://github.com/rokwire/gateway-building-block/issues/195)

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
Patches for **Gateway Building Block** in this repository will only be applied to the following versions:
55
| Version | Supported |
66
| ------- | ------------------ |
7-
| 2.21.1 | :white_check_mark: |
8-
| < 2.21.1 | :x: |
7+
| 2.3.0 | :white_check_mark: |
8+
| < 2.3.0 | :x: |
99

1010
## Reporting a Bug or Vulnerability
1111

driver/web/docs/gen/def.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.3
22
info:
33
title: Rokwire Gateway Building Block API
44
description: Gateway Building Block API Documentation
5-
version: 2.21.1
5+
version: 2.3.0
66
servers:
77
- url: 'https://api.rokwire.illinois.edu/gateway'
88
description: Production server

driver/web/docs/index.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.3
22
info:
33
title: Rokwire Gateway Building Block API
44
description: Gateway Building Block API Documentation
5-
version: 2.21.1
5+
version: 2.3.0
66
servers:
77
- url: 'https://api.rokwire.illinois.edu/gateway'
88
description: Production server

0 commit comments

Comments
 (0)