diff --git a/.changes/0.117.0.md b/.changes/0.117.0.md new file mode 100644 index 00000000..a9ecebee --- /dev/null +++ b/.changes/0.117.0.md @@ -0,0 +1,9 @@ +## 0.117.0 (April 25, 2024) + +FEATURES: +* add provider_cname in cdn resource schema and set it for read and update operations. + +ENHANCEMENTS: +* opensearch: add `hosts` computed attribute +* opensearch: replace deprecated methods and logger + diff --git a/.changes/unreleased/ENHANCEMENTS-20240418-211916.yaml b/.changes/unreleased/ENHANCEMENTS-20240418-211916.yaml deleted file mode 100644 index 8c79d809..00000000 --- a/.changes/unreleased/ENHANCEMENTS-20240418-211916.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: ENHANCEMENTS -body: 'opensearch: add `hosts` computed attribute' -time: 2024-04-18T21:19:16.797354+02:00 diff --git a/.changes/unreleased/ENHANCEMENTS-20240418-213738.yaml b/.changes/unreleased/ENHANCEMENTS-20240418-213738.yaml deleted file mode 100644 index e76b48d0..00000000 --- a/.changes/unreleased/ENHANCEMENTS-20240418-213738.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: ENHANCEMENTS -body: 'opensearch: replace deprecated methods and logger ' -time: 2024-04-18T21:37:38.125436+02:00 diff --git a/.changes/unreleased/FEATURES-20240423-133542.yaml b/.changes/unreleased/FEATURES-20240423-133542.yaml deleted file mode 100644 index 267c8ae1..00000000 --- a/.changes/unreleased/FEATURES-20240423-133542.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: FEATURES -body: add provider_cname in cdn resource schema and set it for read and update operations. -time: 2024-04-23T13:35:42.460920502+03:00 diff --git a/CHANGELOG.md b/CHANGELOG.md index ae3a871d..b5ea9cd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 0.117.0 (April 25, 2024) + +FEATURES: +* add provider_cname in cdn resource schema and set it for read and update operations. + +ENHANCEMENTS: +* opensearch: add `hosts` computed attribute +* opensearch: replace deprecated methods and logger + ## 0.116.0 (April 18, 2024) FEATURES: