Skip to content

Commit

Permalink
Version 1.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
corva-alex-s committed Jan 5, 2024
1 parent 7b971b4 commit 6b2027b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]


## [1.11.2] - 2024-01-05

### Fixed
- Most of the fields in partial merge events should be optional.

Expand Down Expand Up @@ -367,7 +370,8 @@ env variables, that should be used to configure logging.
- Event classes: `StreamEvent`, `ScheduledEvent` and `TaskEvent`.


[Unreleased] https://github.com/corva-ai/python-sdk/compare/v1.11.1...master
[Unreleased] https://github.com/corva-ai/python-sdk/compare/v1.11.2...master
[1.11.2] https://github.com/corva-ai/python-sdk/compare/v1.11.1...v1.11.2
[1.11.1] https://github.com/corva-ai/python-sdk/compare/v1.11.0...v1.11.1
[1.11.0] https://github.com/corva-ai/python-sdk/compare/v1.10.0...v1.11.0
[1.10.0] https://github.com/corva-ai/python-sdk/compare/v1.9.2...v1.10.0
Expand Down
2 changes: 1 addition & 1 deletion docs/antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
start_path: docs
branches: []
# branches: HEAD # Use this for local development
tags: [v1.11.1]
tags: [v1.11.2]
asciidoc:
attributes:
page-toclevels: 5
Expand Down
2 changes: 1 addition & 1 deletion docs/antora.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: corva-sdk
version: ~
version: 1.11.2
nav: [modules/ROOT/nav.adoc]
2 changes: 1 addition & 1 deletion src/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "1.11.1"
VERSION = "1.11.2"

0 comments on commit 6b2027b

Please sign in to comment.