We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d36439d commit d35a343Copy full SHA for d35a343
CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
This project adheres to [Semantic Versioning](http://semver.org/).
5
The format is based on [Keep a Changelog](http://keepachangelog.com/).
6
7
+## Version 0.3.0 - 2025-10-27
8
+
9
+### Added
10
11
+- Support for publishing events
12
13
## Version 0.2.0 - 2025-06-05
14
15
### Added
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@cap-js/event-broker",
3
- "version": "0.2.0",
+ "version": "0.3.0",
"description": "CDS plugin providing integration with SAP Cloud Application Event Hub",
"repository": {
"type": "git",
0 commit comments