File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
## [ Unreleased]
8
8
9
9
10
+ ## [ 1.12.1] - 2025-01-27
11
+ ### Fixed
12
+ - Add app logic for meaningful error when mismatched app type is used either declared at ` manifest.json ` or according
13
+ to used event payload passed to app
14
+
15
+
10
16
## [ 1.12.0] - 2024-10-06
11
17
### Fixed
12
18
- Unset the ` CORVA_LOGGER.propagate = False ` , so the OTel handler will be able to collect and send those logs as well
Original file line number Diff line number Diff line change 7
7
start_path : docs
8
8
branches : []
9
9
# branches: HEAD # Use this for local development
10
- tags : [v1.12.0 ]
10
+ tags : [v1.12.1 ]
11
11
asciidoc :
12
12
attributes :
13
13
page-toclevels : 5
Original file line number Diff line number Diff line change 1
- VERSION = "1.12.0 "
1
+ VERSION = "1.12.1 "
You can’t perform that action at this time.
0 commit comments