Skip to content

Commit 96cfaa6

Browse files
authored
chore: release 1.11.1 (#241)
Signed-off-by: Yurii Serhiichuk <[email protected]>
1 parent efca352 commit 96cfaa6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [1.11.1]
10+
11+
### Fixed
12+
- Kafka `conversion` marshaller and unmarshaller typings ([#240])
13+
914
## [1.11.0]
1015

1116
### Fixed
@@ -287,3 +292,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
287292
[#232]: https://github.com/cloudevents/sdk-python/pull/232
288293
[#235]: https://github.com/cloudevents/sdk-python/pull/235
289294
[#236]: https://github.com/cloudevents/sdk-python/pull/236
295+
[#240]: https://github.com/cloudevents/sdk-python/pull/240

cloudevents/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# License for the specific language governing permissions and limitations
1313
# under the License.
1414

15-
__version__ = "1.11.0"
15+
__version__ = "1.11.1"

0 commit comments

Comments
 (0)