diff --git a/META-INF/plugin.xml b/META-INF/plugin.xml
index 0498a89a0..d00085e17 100644
--- a/META-INF/plugin.xml
+++ b/META-INF/plugin.xml
@@ -1,7 +1,7 @@
com.haskforce
HaskForce
- 0.3-beta.16
+ 0.3-beta.17
HaskForce on GitHub
Plugin for Haskell language support.
@@ -16,6 +16,12 @@
bug tracker.
+ v0.3-beta.17
+
+ - Implemented closed type families.
+ - Implemented jump to function/variable declarations without type signatures.
+ - Added module path creation when creating a new file as `Path.To.Module`.
+
v0.3-beta.16
- Improved ghc-modi integration.