diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 243fee47..e68e03f6 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -4,6 +4,20 @@ Changelog .. current developments +v1.2.0 +==================== + +**Added:** + +* New `cookbook featuring bespokefit `_ + +**Fixed:** + +* Improved responsiveness of CLI calls +* Fixed bug where `openfe gather --report raw` was only including first replicates. + + + v1.1.0 ==================== diff --git a/news/fix_missing_replicates.rst b/news/fix_missing_replicates.rst deleted file mode 100644 index 8732bf60..00000000 --- a/news/fix_missing_replicates.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* Fixed bug where `openfe gather --report raw` was only including first replicates. - -**Security:** - -*