diff --git a/CHANGELOG.md b/CHANGELOG.md index 45a40c23..9f46db68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +## 1.0.24 -- 2025-01-12 + +- Do not wrongly include "Nothing" as a query param to dependents listing pages' URL [#817](https://github.com/flora-pm/flora-server/pull/817) +- Include prismJS to highlight code in the READMEs [#819](https://github.com/flora-pm/flora-server/pull/819) + ## 1.0.23 -- 2025-01-02 - Record more route duration metrics with prometheus [#810](https://github.com/flora-pm/flora-server/pull/810) diff --git a/changelog.d/817 b/changelog.d/817 deleted file mode 100644 index 964e66d5..00000000 --- a/changelog.d/817 +++ /dev/null @@ -1,2 +0,0 @@ -synopsis: Do not wrongly include "Nothing" as a query param to dependents listing pages' URL -prs: #817 diff --git a/changelog.d/819 b/changelog.d/819 deleted file mode 100644 index 2b721b74..00000000 --- a/changelog.d/819 +++ /dev/null @@ -1,2 +0,0 @@ -synopsis: Include prismJS to highlight code in the READMEs -prs: #819 diff --git a/flora.cabal b/flora.cabal index 1044ade8..408fb8bd 100644 --- a/flora.cabal +++ b/flora.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: flora -version: 1.0.23 +version: 1.0.24 homepage: https://github.com/flora-pm/flora-server/#readme bug-reports: https://github.com/flora-pm/flora-server/issues author: Théophile Choutri