Skip to content

Commit

Permalink
update changelog and release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwegner committed Dec 20, 2016
1 parent 671e756 commit ebb6672
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Change Log

## 0.2.2
## 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))
* documented available settings ([#9](https://github.com/eldarion/django-gapc-storage/pull/9))
* Backwards Incompatible: Changes in [#8](https://github.com/eldarion/django-gapc-storage/pull/8) require Django 1.8. To continue using the project with Django<1.8, see a workaround documented in [#10](https://github.com/eldarion/django-gapc-storage/issues/10)

## 0.2.2
* fixed bug where path_prefix was applied incorrectly ([#6](https://github.com/eldarion/django-gapc-storage/pull/6))

## 0.2.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="django-gapc-storage",
version="0.2.3",
version="0.3.0",
author="Eldarion, Inc.",
author_email="development@eldarion.com",
description="a Django storage backend using GCS JSON API",
Expand Down

0 comments on commit ebb6672

Please sign in to comment.