Skip to content

Commit 7e2296f

Browse files
author
Stefan Vitanov
committed
update version to 1.11.0
1 parent 3ad5b42 commit 7e2296f

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ 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+
## [1.11.0] - 2024-10-07
89
### Added
910
- Consolidate the information, and make it accessible with a single API call [#79](https://github.com/rokwire/surveys-building-block/issues/79)
1011

SECURITY.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Patches for **Surveys Building Block** in this repository will only be applied t
66

77
| Version | Supported |
88
| ------- | ------------------ |
9-
| 1.10.3 | :white_check_mark: |
10-
| < 1.10.3 | :x: |
9+
| 1.11.0 | :white_check_mark: |
10+
| < 1.11.0 | :x: |
1111

1212
## Reporting a Bug or Vulnerability
1313

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 Surveys Building Block API
44
description: Surveys Building Block API Documentation
5-
version: 1.10.3
5+
version: 1.11.0
66
servers:
77
- url: 'https://api.rokwire.illinois.edu/surveys'
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 Surveys Building Block API
44
description: Surveys Building Block API Documentation
5-
version: 1.10.3
5+
version: 1.11.0
66
servers:
77
- url: 'https://api.rokwire.illinois.edu/surveys'
88
description: Production server

0 commit comments

Comments
 (0)