Skip to content

Commit e69f7a2

Browse files
committed
Merge branch 'master' of github.com:networknt/openapi-parser
2 parents dc8d6b5 + 4a65ed7 commit e69f7a2

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

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

3+
## [2.2.1](https://github.com/networknt/openapi-parser/tree/2.2.1) (2025-03-22)
4+
5+
6+
**Merged pull requests:**
7+
8+
9+
- fixes \#67 remove the email validator dependency [\#68](https://github.com/networknt/openapi-parser/pull/68) ([stevehu](https://github.com/stevehu))
10+
- Change E-Mail validator to "com.sanctionco.jmail:jmail" (issue https://github.com/networknt/openapi-parser/issues/64) [\#65](https://github.com/networknt/openapi-parser/pull/65) ([AndreasALoew](https://github.com/AndreasALoew))
11+
12+
313
## [2.2.0](https://github.com/networknt/openapi-parser/tree/2.2.0) (2025-02-12)
414

515

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<modelVersion>4.0.0</modelVersion>
2020
<groupId>com.networknt</groupId>
2121
<artifactId>openapi-parser</artifactId>
22-
<version>2.2.1-SNAPSHOT</version>
22+
<version>2.2.1</version>
2323
<description>A light-weight, fast OpenAPI 3.0 parser and validator</description>
2424
<url>https://github.com/networknt/openapi-parser</url>
2525
<name>OpenAPIParser</name>
@@ -93,7 +93,7 @@
9393
<maven.compiler.source>${java.version}</maven.compiler.source>
9494
<maven.compiler.target>${java.version}</maven.compiler.target>
9595
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
96-
<version.light-4j>2.2.1-SNAPSHOT</version.light-4j>
96+
<version.light-4j>2.2.1</version.light-4j>
9797
<version.jackson>2.18.3</version.jackson>
9898
<version.slf4j>2.0.17</version.slf4j>
9999
<version.logback>1.5.18</version.logback>

0 commit comments

Comments
 (0)