Skip to content

Commit d910b33

Browse files
committed
Release v2.10.4
1 parent dffd53f commit d910b33

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
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

7-
## [Unpublished] - 2024-08-26
7+
## [2.10.4] - 2024-08-26
88
### Changed
99
- Based on data coming back from LaundryView, uiuc laundry adapter now reutrns unknown as a status when the machine is offline and the out for service flag is 0. [#107]https://github.com/rokwire/gateway-building-block/issues/107
1010

SECURITY.md

+2-2
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.10.3 | :white_check_mark: |
8-
| < 2.10.3 | :x: |
7+
| 2.10.4 | :white_check_mark: |
8+
| < 2.10.4 | :x: |
99

1010
## Reporting a Bug or Vulnerability
1111

driver/web/docs/gen/def.yaml

+1-1
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.10.3
5+
version: 2.10.4
66
servers:
77
- url: 'https://api.rokwire.illinois.edu/gateway'
88
description: Production server

driver/web/docs/index.yaml

+1-1
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.10.3
5+
version: 2.10.4
66
servers:
77
- url: 'https://api.rokwire.illinois.edu/gateway'
88
description: Production server

0 commit comments

Comments
 (0)