From 7bbb738793439f3a836c5c6eb49b9aa5c7604f6e Mon Sep 17 00:00:00 2001
From: Eliot Berriot <contact@eliotberriot.com>
Date: Tue, 26 Dec 2017 21:28:56 +0100
Subject: [PATCH] Version bump and changelog

---
 CHANGELOG                     | 12 ++++++++++++
 api/funkwhale_api/__init__.py |  2 +-
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG b/CHANGELOG
index 4f17b85195..fbf8d1fbff 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -12,6 +12,18 @@ Changelog
 - Player: Added shuffling controls and shortcuts (#52)
 - Favorites: can now modify the ordering of track list (#50)
 - Library: can now search/reorder results on artist browsing view (#50)
+- Upgraded celery to 4.1, added endpoint logic for fingerprinting audio files
+- Fixed #56: invalidate tokens on password change, also added change password form
+- Fixed #57: now refresh jwt token on page refresh
+- removed ugly dividers in batch import list
+- Fixed a few padding issues
+- Now persist/restore queue/radio/player state automatically
+- Removed old broken imports
+- Now force tests paths
+- Fixed #54: Now use pytest everywhere \o/
+- Now use vuex to manage state for favorites
+- Now use vuex to manage state for authentication
+- Now use vuex to manage state for player/queue/radios
 
 
 0.2.6 (2017-12-15)
diff --git a/api/funkwhale_api/__init__.py b/api/funkwhale_api/__init__.py
index f1a7b86a37..1f0087ecb7 100644
--- a/api/funkwhale_api/__init__.py
+++ b/api/funkwhale_api/__init__.py
@@ -1,3 +1,3 @@
 # -*- coding: utf-8 -*-
-__version__ = '0.2.6'
+__version__ = '0.3'
 __version_info__ = tuple([int(num) if num.isdigit() else num for num in __version__.replace('-', '.', 1).split('.')])
-- 
GitLab