diff --git a/CHANGELOG.md b/CHANGELOG.md
index 493e71f2..c82abf31 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+## [1.24] - 2019-12-14
+* Improve Folder Support
+  - Folders can now be deleted
+  - Subfolders can be also created
+* Improve markdown support - we now support all of GitHub markdown minus HTML.
+* Mark when the note was last modified in the metadata.
+* Bug fixes related to datetime parsing and serializaiton.
+
 ## [1.23] - 2019-12-08
 * Massive performance boosts. We aren't just saying that, now notes are loaded asynchronously in the background, and we only re-parse them when necessary.
 
diff --git a/pubspec.yaml b/pubspec.yaml
index 8267f98f..a2700d98 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,6 +1,6 @@
 name: gitjournal
 description: A Journaling App Built on top of Git
-version: 1.23.0+10
+version: 1.24.0+10
 
 dependencies:
   flutter: