From 998749cfab319cff600f61b259da5ea60b0cb085 Mon Sep 17 00:00:00 2001 From: Jacob Wegner Date: Thu, 5 Jan 2017 09:21:39 -0600 Subject: [PATCH] update changelog and release 0.3.1 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93ad011..7bc01a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## 0.3.1 +* allow closed files to be reopened ([#12](https://github.com/eldarion/django-gapc-storage/pull/12)) + ## 0.3.0 * added the ability to override object Cache-Control metadata ([#7](https://github.com/eldarion/django-gapc-storage/pull/7)) * added the ability to overwrite an existing object on save ([#8](https://github.com/eldarion/django-gapc-storage/pull/8))