From 5c798c5f1db03b92169e696a1edccb09f9875234 Mon Sep 17 00:00:00 2001 From: Felix Buschbeck Date: Tue, 30 Jul 2024 11:25:02 +0200 Subject: [PATCH] Add version 1.3.3 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c9e35f..5564448 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.3.3] - 2024-07-30 + +### Fixed + +* Fix Null Pointer Exception on startup + + ## [1.3.2] - 2024-07-16 ### Added