From d0cbc5b588c5f39093a8a204cfd71be3b20853fa Mon Sep 17 00:00:00 2001 From: Patrice <127142+drallgood@users.noreply.github.com> Date: Sat, 27 Apr 2024 14:05:11 +0200 Subject: [PATCH] prepare 0.4.1 release --- CHANGELOG.md | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f91fa3e..133b2bc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog All notable changes to this project will be documented in this file. -## 0.4.1 - 2024-??-?? +## 0.4.1 - 2024-04-27 ### Changed - many more dependency updates to keep things secure diff --git a/README.md b/README.md index 9a32881d..7c199200 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.0 +**Current stable release:** 0.4.1 -**Development Version:** 0.4.1-SNAPSHOT [![Build Status][image-1]][1] +**Development Version:** 0.4.2-SNAPSHOT [![Build Status][image-1]][1] [![Codacy Badge][image-2]][2] [![DepShield Badge][image-3]][3]