Skip to content

Commit 46cc7ed

Browse files
committed
Merge branch 'master' of github.com:networknt/http-sidecar
2 parents 657cae2 + d071b72 commit 46cc7ed

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## [2.2.1](https://github.com/networknt/http-sidecar/tree/2.2.1) (2025-03-22)
4+
5+
6+
**Merged pull requests:**
7+
8+
9+
10+
311
## [2.2.0](https://github.com/networknt/http-sidecar/tree/2.2.0) (2025-02-12)
412

513

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.networknt</groupId>
77
<artifactId>http-sidecar</artifactId>
88
<packaging>jar</packaging>
9-
<version>2.2.1-SNAPSHOT</version>
9+
<version>2.2.1</version>
1010
<name>http-sidecar</name>
1111
<description>Http Sidecar</description>
1212
<url>https://github.com/networknt/http-sidecar</url>
@@ -78,7 +78,7 @@
7878
<properties>
7979
<java.version>11</java.version>
8080
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
81-
<version.light-4j>2.2.1-SNAPSHOT</version.light-4j>
81+
<version.light-4j>2.2.1</version.light-4j>
8282
<version.yaml-rule>2.0.1</version.yaml-rule>
8383
<version.jackson>2.18.3</version.jackson>
8484
<version.slf4j>2.0.17</version.slf4j>

0 commit comments

Comments
 (0)