From a6820ddba76211c97891194286986b15f6d99e43 Mon Sep 17 00:00:00 2001 From: Bec White Date: Thu, 5 Jan 2017 19:53:23 -0600 Subject: [PATCH] Update version numbers for the 0.2.4 release. --- drupalbox/CHANGELOG-0.0.md | 6 ++++++ drupalbox/ubuntu1404.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/drupalbox/CHANGELOG-0.0.md b/drupalbox/CHANGELOG-0.0.md index e9fb649..7bf7a14 100644 --- a/drupalbox/CHANGELOG-0.0.md +++ b/drupalbox/CHANGELOG-0.0.md @@ -6,6 +6,12 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Added +### Fixed + +## [0.2.4] - 2017-01-05 + +### Added + - Added the PECL YAML PHP extension to match [Acquia Cloud release 1.96](https://docs.acquia.com/release-note/acquia-cloud-196), which [caused some problems](https://docs.acquia.com/article/pecl-yaml-serialization-errors) ### Fixed diff --git a/drupalbox/ubuntu1404.json b/drupalbox/ubuntu1404.json index 3ebb7de..2c63258 100644 --- a/drupalbox/ubuntu1404.json +++ b/drupalbox/ubuntu1404.json @@ -4,5 +4,5 @@ "iso_name": "ubuntu-14.04.4-server-amd64.iso", "iso_path": "iso", "iso_url": "http://releases.ubuntu.com/14.04/ubuntu-14.04.4-server-amd64.iso", - "version": "0.2.3" + "version": "0.2.4" }