Skip to content

Commit 3cc3abe

Browse files
committed
chore(release): 1.2.3
1 parent a93f4d1 commit 3cc3abe

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.2.3] - 2026-02-26
11+
12+
### Added
13+
14+
- PreparedStatement execution support for parameterized SQL requests.
15+
- API key and URI template support for API Padro integrations.
16+
17+
### Changed
18+
19+
- Extended proxy DTO/decorator flow to support authenticated external API calls with headers and API keys.
20+
1021
## [1.2.2] - 2026-02-16
1122

1223
### Changed
@@ -115,7 +126,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
115126

116127
- Various bug fixes and improvements from development phase
117128

118-
[Unreleased]: https://github.com/sitmun/sitmun-proxy-middleware/compare/sitmun-proxy-middleware/1.2.2...HEAD
129+
[Unreleased]: https://github.com/sitmun/sitmun-proxy-middleware/compare/sitmun-proxy-middleware/1.2.3...HEAD
130+
131+
[1.2.3]: https://github.com/sitmun/sitmun-proxy-middleware/compare/sitmun-proxy-middleware/1.2.2...sitmun-proxy-middleware/1.2.3
119132

120133
[1.2.2]: https://github.com/sitmun/sitmun-proxy-middleware/compare/sitmun-proxy-middleware/1.2.0...sitmun-proxy-middleware/1.2.2
121134

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![License: EUPL v1.2](https://img.shields.io/badge/License-EUPL%20v1.2-blue.svg)](LICENSE)
2-
![Version](https://img.shields.io/badge/version-1.2.2-blue.svg)
2+
![Version](https://img.shields.io/badge/version-1.2.3-blue.svg)
33

44
# SITMUN Proxy Middleware
55

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ scmVersion {
9595
versionIncrementer('incrementPatch')
9696
}
9797

98-
project.version = '1.2.2'
98+
project.version = '1.2.3'
9999

100100
// Git hooks setup
101101
tasks.register('setupGitHooks') {

0 commit comments

Comments
 (0)