Skip to content

Commit f17f918

Browse files
committed
chore: release 1.11.1
Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com>
1 parent efca352 commit f17f918

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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)