diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fcfc6111..b6bf894b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,21 @@ +1.2.0 (2024-01-29) +================== + +Features +-------- + +- Add a logging framework to present information to users in a nicer way. + The logger can be accessed as ``dkist.log`` to change log levels etc. (`#317 `_) + + +Bug Fixes +--------- + +- Bump minimum version of asdf to 2.11.2 to pick up jsonschema bugfix. (`#313 `_) +- Change the ``appdirs`` dependancy for the maintained ``platformdirs`` package. (`#318 `_) +- Fix an unpinned minimum version of ``asdf-wcs-schemas`` causing potential read errors on newest asdf files with dkist 1.1.0. (`#320 `_) + + 1.1.0 (2023-10-27) ================== diff --git a/changelog/313.bugfix.rst b/changelog/313.bugfix.rst deleted file mode 100644 index d9e14fc9..00000000 --- a/changelog/313.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Bump minimum version of asdf to 2.11.2 to pick up jsonschema bugfix. diff --git a/changelog/317.feature.rst b/changelog/317.feature.rst deleted file mode 100644 index 6a3fe5e3..00000000 --- a/changelog/317.feature.rst +++ /dev/null @@ -1,2 +0,0 @@ -Add a logging framework to present information to users in a nicer way. -The logger can be accessed as ``dkist.log`` to change log levels etc. diff --git a/changelog/318.bugfix.rst b/changelog/318.bugfix.rst deleted file mode 100644 index af5379c3..00000000 --- a/changelog/318.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Change the ``appdirs`` dependancy for the maintained ``platformdirs`` package. diff --git a/changelog/320.bugfix.rst b/changelog/320.bugfix.rst deleted file mode 100644 index 5c9595ec..00000000 --- a/changelog/320.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix an unpinned minimum version of ``asdf-wcs-schemas`` causing potential read errors on newest asdf files with dkist 1.1.0.