Skip to content

Commit e76cdf0

Browse files
committed
Prepare release for v3.2.0
1 parent bc335d7 commit e76cdf0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning].
44

5-
## Unreleased
5+
## 3.2.0 - 2019-05-24
66

77
### Added
88

src/main/resources/META-INF/plugin.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin>
22
<id>net.ashald.envfile</id>
33
<name>EnvFile</name>
4-
<version>3.0.1</version>
4+
<version>3.2.0</version>
55
<vendor email="[email protected]">Borys Pierov</vendor>
66

77
<description><![CDATA[
@@ -38,13 +38,13 @@
3838
]]></description>
3939

4040
<change-notes><![CDATA[
41-
<a href="https://github.com/Ashald/EnvFile/tree/v3.1.2"><b>v3.1.2</b></a> (2019-05-21)
41+
<a href="https://github.com/Ashald/EnvFile/tree/v3.2.0"><b>v3.2.0</b></a> (2019-05-24)
4242
<br/>
4343
<br/>
4444
45-
<b>Fixed</b>:
45+
<b>Added</b>:
4646
<ul>
47-
<li>Try to recover from 'AssertionError: Already disposed: Project', reported via email and in</li>
47+
<li>Experimental integration for external system run configurations (such as Gradle)</li>
4848
</ul>
4949
<br/>
5050
<br/>

0 commit comments

Comments
 (0)