Skip to content

Commit bca96c9

Browse files
author
Bob Bui
committed
chore: release 1.5.1
1 parent 92c735f commit bca96c9

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](http://semver.org/).
66
The format is based on [Keep a Changelog](http://keepachangelog.com/).
7+
## 1.5.1 - 2025-07-06
8+
9+
- fix: wrap debug log when logger upated to using JSONLogFormatter #105
10+
- fix: add connexion 3 support #108
11+
- fix: update utcnow for python 3.12 deprecation #107
12+
13+
## 1.5.0-rc0 - 2022-02-01
14+
15+
- refactoring to have cleaner structure and smaller module
716

817
## 1.4.1rc0 - 2021-04-23
918

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name="json-logging",
15-
version='1.5.0-rc0',
15+
version='1.5.1',
1616
packages=find_packages(exclude=['contrib', 'docs', 'tests*', 'example', 'dist', 'build']),
1717
license='Apache License 2.0',
1818
description="JSON Python Logging",

0 commit comments

Comments
 (0)