Skip to content

Commit

Permalink
chore: release 1.11.1 (#241)
Browse files Browse the repository at this point in the history
Signed-off-by: Yurii Serhiichuk <[email protected]>
  • Loading branch information
xSAVIKx authored Oct 30, 2024
1 parent efca352 commit 96cfaa6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.11.1]

### Fixed
- Kafka `conversion` marshaller and unmarshaller typings ([#240])

## [1.11.0]

### Fixed
Expand Down Expand Up @@ -287,3 +292,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#232]: https://github.com/cloudevents/sdk-python/pull/232
[#235]: https://github.com/cloudevents/sdk-python/pull/235
[#236]: https://github.com/cloudevents/sdk-python/pull/236
[#240]: https://github.com/cloudevents/sdk-python/pull/240
2 changes: 1 addition & 1 deletion cloudevents/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# License for the specific language governing permissions and limitations
# under the License.

__version__ = "1.11.0"
__version__ = "1.11.1"

0 comments on commit 96cfaa6

Please sign in to comment.