Skip to content

Commit aaaad3c

Browse files
committed
Merge branch 'master' of github.com:networknt/light-gateway
2 parents ee1734e + bcd4325 commit aaaad3c

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

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

3+
## [2.2.1](https://github.com/networknt/light-gateway/tree/2.2.1) (2025-03-22)
4+
5+
6+
**Merged pull requests:**
7+
8+
9+
- fixes \#220 remove iam version from the properties [\#221](https://github.com/networknt/light-gateway/pull/221) ([stevehu](https://github.com/stevehu))
10+
11+
312
## [2.2.0](https://github.com/networknt/light-gateway/tree/2.2.0) (2025-02-12)
413

514

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>light-gateway</artifactId>
88
<packaging>jar</packaging>
9-
<version>2.2.1-SNAPSHOT</version>
9+
<version>2.2.1</version>
1010
<name>light-gateway</name>
1111
<description>Light Gateway</description>
1212
<url>https://github.com/networknt/light-gateway</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)