Skip to content

Commit a0e2015

Browse files
chore: release v4.2.0
Co-authored-by: Luca Schmitz <schmitz@sipgate.de>
1 parent 24ea87f commit a0e2015

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [4.2.0] - 2026-06-26
9+
10+
### Added/Changed
11+
12+
- Added kafka helpers used in multiple projects (#24ea87f)
13+
814
## [4.1.0] - 2026-05-29
915

1016
### Added/Changed
@@ -101,6 +107,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
101107
- added [http-request-recorder](https://github.com/sipgate/http-request-recorder) matchers for XML/JSON RPC requests (#5edb323).
102108
- added sipgate-flavoured XML RPC request/response parsing/serialization (#58f6a75).
103109

110+
[4.2.0]: https://github.com/sipgate/sipgate-e2e-test-utils/compare/v4.1.0...v4.2.0
104111
[4.1.0]: https://github.com/sipgate/sipgate-e2e-test-utils/compare/v4.0.0...v4.1.0
105112
[4.0.0]: https://github.com/sipgate/sipgate-e2e-test-utils/compare/v3.1.1...v4.0.0
106113
[3.1.1]: https://github.com/sipgate/sipgate-e2e-test-utils/compare/v3.1.0...v3.1.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "sipgate_e2e_test_utils"
7-
version = "4.1.0"
7+
version = "4.2.0"
88
authors = []
99
description = "A library for common utils used in E2E testing (XML-, JSON-RPC, awaiting assertions, JobD helpers)"
1010
readme = "README.md"

0 commit comments

Comments
 (0)