diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8f4493d..ee658fb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,10 +4,11 @@ All Notable changes to `php-mustache` will be documented in this file.
Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
-## [Unreleased]
+## [0.9.1] - 2019-12-11
### Fixed
- Memory leak ([GH-57](https://github.com/jbboehr/php-mustache/issues/57))
+- PHP 7.4 build issues ([GH-61](https://github.com/jbboehr/php-mustache/pull/61)) ([@sunpoet](https://github.com/sunpoet))
## [0.9.0] - 2019-05-27
diff --git a/package.xml b/package.xml
index 921ebf5..5a2493a 100644
--- a/package.xml
+++ b/package.xml
@@ -10,10 +10,10 @@
jbboehr@php.net
yes
- 2019-05-27
+ 2019-12-11
- 0.9.0
- 0.9.0
+ 0.9.1
+ 0.9.1
stable
@@ -21,8 +21,8 @@
MIT
-- PHP 7.4 support
-- Removed PHP 5.x support
+- PHP 7.4 build fixes (@sunpoet)
+- Fixed memory leak
diff --git a/php_mustache.h b/php_mustache.h
index 4d11194..c68f5f3 100644
--- a/php_mustache.h
+++ b/php_mustache.h
@@ -5,8 +5,8 @@
#include
#define PHP_MUSTACHE_NAME "mustache"
-#define PHP_MUSTACHE_VERSION "0.9.0"
-#define PHP_MUSTACHE_RELEASE "2019-05-27"
+#define PHP_MUSTACHE_VERSION "0.9.1"
+#define PHP_MUSTACHE_RELEASE "2019-12-11"
#define PHP_MUSTACHE_BUILD "master"
#define PHP_MUSTACHE_AUTHORS "John Boehr (lead)"
#define PHP_MUSTACHE_SPEC "1.1.2"