Skip to content

Commit 8c52d60

Browse files
chore(release): 2.0.0 release notes
# [2.0.0](1.9.0...2.0.0) (2024-10-16) ### Features * **toolchain:** add text plain object property for createToolchainEvents ([#46](#46)) ([16c8c0c](16c8c0c)) ### BREAKING CHANGES * **toolchain:** the textPlain string property is being replaced by a ToolchainEventPrototypeDataTextPlain object. String values must be provided using the ToolchainEventPrototypeDataTextPlain.content property Signed-off-by: Omar Al Bastami <omar.albastami@ibm.com> * fix to test Signed-off-by: Omar Al Bastami <omar.albastami@ibm.com>
1 parent 8e7954f commit 8c52d60

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [2.0.0](https://github.com/IBM/continuous-delivery-java-sdk/compare/1.9.0...2.0.0) (2024-10-16)
2+
3+
4+
### Features
5+
6+
* **toolchain:** add text plain object property for createToolchainEvents ([#46](https://github.com/IBM/continuous-delivery-java-sdk/issues/46)) ([16c8c0c](https://github.com/IBM/continuous-delivery-java-sdk/commit/16c8c0cf88416510467411a0ed0c21feda955ab1))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **toolchain:** the textPlain string property is being replaced by a ToolchainEventPrototypeDataTextPlain object. String values must be provided using the ToolchainEventPrototypeDataTextPlain.content property
12+
13+
Signed-off-by: Omar Al Bastami <omar.albastami@ibm.com>
14+
15+
* fix to test
16+
17+
Signed-off-by: Omar Al Bastami <omar.albastami@ibm.com>
18+
119
# [1.9.0](https://github.com/IBM/continuous-delivery-java-sdk/compare/1.8.0...1.9.0) (2024-10-03)
220

321

0 commit comments

Comments
 (0)