Skip to content

Commit 4c359a3

Browse files
authored
Release 2.3.2 (#328)
1 parent 075bf61 commit 4c359a3

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

data/wingpanel.appdata.xml.in

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@
1111
<p>The extensible top panel for Pantheon. Wingpanel is an empty container that accepts indicators as extensions, including the applications menu.</p>
1212
</description>
1313
<releases>
14+
<release version="2.3.2" date="2020-06-19" urgency="medium">
15+
<description>
16+
<p>Improvements:</p>
17+
<ul>
18+
<li>Fix a potential issue when ending the session</li>
19+
<li>Use "allowed" and "forbidden" list names</li>
20+
<li>Updated translations</li>
21+
</ul>
22+
</description>
23+
</release>
1424
<release version="2.3.1" date="2020-04-05" urgency="medium">
1525
<description>
1626
<p>Improvements:</p>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'wingpanel',
33
'c', 'vala',
4-
version: '2.3.1',
4+
version: '2.3.2',
55
)
66

77
lib_version = '0.2.0'

0 commit comments

Comments
 (0)