From 688786251de0a5f21e23a351dd748a7beabe91fd Mon Sep 17 00:00:00 2001
From: Patrice <127142+drallgood@users.noreply.github.com>
Date: Sat, 27 Apr 2024 14:28:39 +0200
Subject: [PATCH] feat: prepare for next release

---
 CHANGELOG.md | 5 +++++
 README.md    | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0679d677..5ad54ef9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
 # Changelog
 All notable changes to this project will be documented in this file.
 
+## 0.4.3 - 2024-XX-XX
+### Changed
+
+- many more dependency updates to keep things secure
+
 ## 0.4.2 - 2024-04-27
 ### Changed
 
diff --git a/README.md b/README.md
index 7c199200..960a676c 100644
--- a/README.md
+++ b/README.md
@@ -7,9 +7,9 @@ There are two separate projects:
 1. jPasskit - Which contains the Pass objects and useful utilities. It is designed to be included in existing Webservices, thus not including any request handling.
 2. jPasskit Server -  Which contains an additional REST Webservice, that can be included in existing Applications that do not use their own Webservice already. Note: This is still no standalone implementation. Things like storing passes and handling device (un)registrations are left open for the Application to implement.
 
-**Current stable release:** 0.4.1
+**Current stable release:** 0.4.2
 
-**Development Version:** 0.4.2-SNAPSHOT [![Build Status][image-1]][1] 
+**Development Version:** 0.4.3-SNAPSHOT [![Build Status][image-1]][1] 
 [![Codacy Badge][image-2]][2]
 [![DepShield Badge][image-3]][3]