Skip to content

Commit c2c25da

Browse files
committed
bump new minor version for corva python-sdk: update CHANGELOG.md & antora playbook
1 parent 12f174e commit c2c25da

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

99

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+
1016
## [1.12.0] - 2024-10-06
1117
### Fixed
1218
- Unset the `CORVA_LOGGER.propagate = False`, so the OTel handler will be able to collect and send those logs as well

docs/antora-playbook.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
start_path: docs
88
branches: []
99
# branches: HEAD # Use this for local development
10-
tags: [v1.12.0]
10+
tags: [v1.12.1]
1111
asciidoc:
1212
attributes:
1313
page-toclevels: 5

src/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "1.12.0"
1+
VERSION = "1.12.1"

0 commit comments

Comments
 (0)