diff --git a/package-lock.json b/package-lock.json
index 4044353b..ad5297e8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "exide",
- "version": "3.1.1",
+ "version": "3.2.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index f034dfbe..52dbe564 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "exide",
- "version": "3.1.1",
+ "version": "3.2.0",
"description": "a web-based XQuery IDE",
"main": "main.js",
"directories": {
diff --git a/repo.xml b/repo.xml
index 086bec5d..2393834f 100644
--- a/repo.xml
+++ b/repo.xml
@@ -12,6 +12,16 @@
+
+
+ - Featire: Expanded serialization preferences (in Edit > Preferences) with separate settings governing serialization when opening documents in the editor, downloading documents to disk, and downloading EXPath applications; these settings now control 3 serialization parameters indent, XInclude expansion, and XML declarations - #335
+ - Fixed: Preferences added in new versions of eXide were not picked up when upgrading from old versions - #334
+ - Fixed: Bug caused by lingering references to the shared-resources package after it was removed from the list of declared dependencies - #333
+ - Fixed: Long lines in output area not wrapped - #326
+ - Fixed: Changes to Print Margin preferences were not persisting - #335.
+ - Fixed: Info endpoint default parameters - #335.
+
+
- Fixed: Scrollbar missing in Directory & Outline sidebar pane - #317