From ed2c6c153caefa4b4568c7f88b6edcebbc0cb488 Mon Sep 17 00:00:00 2001 From: Mateusz Zaremba Date: Thu, 27 Jul 2023 10:28:55 +0200 Subject: [PATCH] Update release notes and bump version --- README.md | 4 ++-- RELEASE-NOTES.md | 4 ++++ gradle.properties | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 45753bbf..8021c16b 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Its features are: ## Versions -The current version is **2.0.0**. See file `RELEASE-NOTES.md` for details of releases before 1.11. +The current version is **2.0.1**. See file `RELEASE-NOTES.md` for details of releases before 1.11. ## Using it in your project @@ -51,7 +51,7 @@ With Maven: com.gravity9 json-patch-path - 2.0.0 + 2.0.1 ``` diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 2bb32109..0a6b0cbc 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,3 +1,7 @@ +## 2.0.1 + +* Added public access to JsonPathParser + ## 2.0.0 The project has been taken over by [gravity9](https://www.gravity9.com). diff --git a/gradle.properties b/gradle.properties index 7ac5a411..e9c741f0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=2.0.0 +version=2.0.1 signing.keyId=YourKeyId signing.password=YourPublicKeyPassword signing.secretKeyRingFile=PathToYourKeyRingFile