Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit 45d58fc

Browse files
committed
v3.0.4
1 parent b12d917 commit 45d58fc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 3.0.4 - 2023-02-07
8+
### Fixed
9+
- Properties throws NPE if the lambda-logger.properties is missed then initialisation fails.
10+
711
## 3.0.3 - 2022-09-10
812
- Update dependencies
913
- Remove all static binders

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666

6767
<properties>
6868
<!-- version -->
69-
<revision>3.1.0</revision>
69+
<revision>3.0.4</revision>
7070
<changelist>-SNAPSHOT</changelist>
7171
<sha1/>
7272
<!-- java and maven -->

0 commit comments

Comments
 (0)