Skip to content

Commit 80cb5c1

Browse files
committed
update changelog
1 parent 162b722 commit 80cb5c1

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Fixed
11+
12+
- Schema registry deserializer identify the schema type, JSON or AVRO
13+
1014
## [4.0.2] - 2025-01-08
1115

1216
### Fixed

Diff for: changelog.lock

+9-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22
"repository": "https://github.com/sauljabin/kaskade",
33
"versions": [
44
{
5-
"version": "Unreleased"
5+
"version": "Unreleased",
6+
"changes": [
7+
{
8+
"type": "Fixed",
9+
"entries": [
10+
"Schema registry deserializer identify the schema type, JSON or AVRO"
11+
]
12+
}
13+
]
614
},
715
{
816
"version": "4.0.2",

0 commit comments

Comments
 (0)