diff --git a/CHANGELOG.md b/CHANGELOG.md index 3452ef6..676e694 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.10.1.0 (2023-10-15) + + * Add dissolve transition effect (#150) + + * Add random transitions (#151) + + Set transition `type` to `random` to randomly sample transition effects + ## 0.10.0.0 (2023-10-12) * Add transition effects (#149) diff --git a/patat.cabal b/patat.cabal index e5ab760..fb36219 100644 --- a/patat.cabal +++ b/patat.cabal @@ -1,5 +1,5 @@ Name: patat -Version: 0.10.0.0 +Version: 0.10.1.0 Synopsis: Terminal-based presentations using Pandoc Description: Terminal-based presentations using Pandoc. License: GPL-2