Skip to content

Commit 0c14a7a

Browse files
committed
upgrade to 1.1.0 and update changelog
1 parent 5535107 commit 0c14a7a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

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

1111
### Changed
1212

13-
## 1.0.88 - 2023-12-08
13+
## 1.1.0 - 2023-12-15
1414

1515
### Added
1616

@@ -32,6 +32,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3232
- fixes #883 docs clarify commons-lang3 exclusion only required for 1.0.81. Thanks @JonasGroeger
3333
- fixes #866 Fix identation in example in walkers.md. Thanks @bpaquet
3434

35+
### Upgrade Guide
36+
37+
With #896 implemented, it breaks the API. Users code might need to change in order to move to this version.
38+
3539

3640
## 1.0.87 - 2023-09-08
3741

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<groupId>com.networknt</groupId>
2525
<artifactId>json-schema-validator</artifactId>
26-
<version>1.0.88</version>
26+
<version>1.1.0</version>
2727
<packaging>bundle</packaging>
2828
<name>JsonSchemaValidator</name>
2929
<description>A json schema validator that supports draft v4, v6, v7, v2019-09 and v2020-12</description>

0 commit comments

Comments
 (0)