Skip to content

Commit 3548306

Browse files
committed
Bump version and update changelog
1 parent a390e2b commit 3548306

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
List of the most important changes for each release.
44

5+
## 0.8.15
6+
- Improves buffer serialization performance by performing bulk counter lookup
7+
58
## 0.8.14
69
- Adds utility for addressing immediate FK constraints caused by Django upgrade, automatically performed for morango models in a Django migration.
710
- Adds retry behavior for low-level connection issues not handled by `urllib3` retries

morango/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.8.14"
1+
__version__ = "0.8.15"

0 commit comments

Comments
 (0)