Skip to content

Commit ed58de6

Browse files
chore(release): 3.0.0 release notes
# [3.0.0](v2.2.0...v3.0.0) (2023-01-06) ### Bug Fixes * documentation and version ([938c1e5](938c1e5)) ### BREAKING CHANGES * The type of timestamp fields in Application response models has been changed to `datetime`. Fields in Application and ApplicationGetResponse objects like start_time, end_time, finish_time will now have values of type `datetime` instead of plain strings. Signed-off-by: Subin Shekhar <[email protected]>
1 parent 4e1b350 commit ed58de6

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [3.0.0](https://github.com/IBM/ibm-iae-python-sdk/compare/v2.2.0...v3.0.0) (2023-01-06)
2+
3+
4+
### Bug Fixes
5+
6+
* documentation and version ([938c1e5](https://github.com/IBM/ibm-iae-python-sdk/commit/938c1e516eb02b80ff3cbe8843adaea4151ef99b))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* The type of timestamp fields in Application response models has been changed to `datetime`.
12+
13+
Fields in Application and ApplicationGetResponse objects like start_time, end_time, finish_time will now have values of type `datetime` instead of plain strings.
14+
15+
Signed-off-by: Subin Shekhar <[email protected]>
16+
117
# [2.2.0](https://github.com/IBM/ibm-iae-python-sdk/compare/v2.1.0...v2.2.0) (2023-01-05)
218

319

0 commit comments

Comments
 (0)