Skip to content

Commit 43f1b9a

Browse files
committed
Release 3.16.0
1 parent c9f58c3 commit 43f1b9a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [3.16.0] 2025-05-19
11+
1012
### Fixed
1113

1214
- Fixed 3scale Batcher policy unable to handle `app_id`/`access_token` contains special characters [PR #1457](https://github.com/3scale/APIcast/pull/1457) [THREESCALE-10934](https://issues.redhat.com/browse/THREESCALE-10934)
@@ -1056,7 +1058,7 @@ Apart from the changes mentioned in this section, this version also includes the
10561058

10571059
- Major rewrite using JSON configuration instead of code generation.
10581060

1059-
[Unreleased]: https://github.com/3scale/apicast/compare/v3.15.0...HEAD
1061+
[Unreleased]: https://github.com/3scale/apicast/compare/v3.16.0...HEAD
10601062
[2.0.0]: https://github.com/3scale/apicast/compare/v0.2...v2.0.0
10611063
[3.0.0-alpha1]: https://github.com/3scale/apicast/compare/v2.0.0...v3.0.0-alpha1
10621064
[3.0.0-alpha2]: https://github.com/3scale/apicast/compare/v3.0.0-alpha1...v3.0.0-alpha2
@@ -1118,3 +1120,4 @@ Apart from the changes mentioned in this section, this version also includes the
11181120
[3.13.2]: https://github.com/3scale/apicast/compare/v3.13.0..v3.13.2
11191121
[3.14.0]: https://github.com/3scale/apicast/compare/v3.13.2..v3.14.0
11201122
[3.15.0]: https://github.com/3scale/apicast/compare/v3.14.0..v3.15.0
1123+
[3.16.0]: https://github.com/3scale/apicast/compare/v3.15.0..v3.16.0

gateway/src/apicast/version.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
return "3.15.0"
1+
return "3.16.0"

0 commit comments

Comments
 (0)