summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean Felder <jfelder@src.gnome.org>2020-11-21 23:22:52 +0100
committerJean Felder <jfelder@src.gnome.org>2020-11-21 23:22:52 +0100
commit9bfb2dce4e0c00939c7fee251fe0d6a5e591749c (patch)
treefb1867be113e52e450842569a21390990860aeec
parent0e98509540cfb8f808c326b41f11cb7bdfc11308 (diff)
Release 3.36.7
-rw-r--r--NEWS9
-rw-r--r--data/org.gnome.Music.appdata.xml.in.in7
-rw-r--r--meson.build2
3 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7b9983f9..f51f7f76 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Overview of changes in 3.36.7
+=============================
+
+Bugs fixed:
+ Wrong checkbox style in AlbumWidget (#414)
+
+Thanks to our contributors this release:
+ Jean Felder
+
Overview of changes in 3.36.6
=============================
diff --git a/data/org.gnome.Music.appdata.xml.in.in b/data/org.gnome.Music.appdata.xml.in.in
index 7e335c63..5c2e0186 100644
--- a/data/org.gnome.Music.appdata.xml.in.in
+++ b/data/org.gnome.Music.appdata.xml.in.in
@@ -28,6 +28,13 @@
</screenshot>
</screenshots>
<releases>
+ <release version="3.36.7" date="2020-11-21">
+ <description>
+ <p>
+ This release fixes an issue with checkbox style in the album view.
+ </p>
+ </description>
+ </release>
<release version="3.36.6" date="2020-10-05">
<description>
<p>
diff --git a/meson.build b/meson.build
index c18ad1f2..4895e8f2 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gnome-music',
- version: '3.36.6',
+ version: '3.36.7',
meson_version: '>= 0.46.0'
)