diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c537a32e..d453e045 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,19 @@ +1.3.0 (2024-02-19) +================== + +Features +-------- + +- Call the DKIST search API to automatically determine valid data search parameters and register those with the Fido client. (`#311 `_) +- Use a new feature in the DKIST datasets API to search for all datasets which intersect the given time. (`#326 `_) + + +Improved Documentation +---------------------- + +- Fix some small issues with the installation instructions. (`#323 `_) + + 1.2.1 (2024-01-30) ================== diff --git a/changelog/311.feature.rst b/changelog/311.feature.rst deleted file mode 100644 index a51f9040..00000000 --- a/changelog/311.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Call the DKIST search API to automatically determine valid data search parameters and register those with the Fido client. diff --git a/changelog/323.doc.rst b/changelog/323.doc.rst deleted file mode 100644 index 3441130e..00000000 --- a/changelog/323.doc.rst +++ /dev/null @@ -1 +0,0 @@ -Fix some small issues with the installation instructions. diff --git a/changelog/326.feature.rst b/changelog/326.feature.rst deleted file mode 100644 index a6cfb979..00000000 --- a/changelog/326.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Use a new feature in the DKIST datasets API to search for all datasets which intersect the given time.