diff --git a/IDMETA b/IDMETA
index 6c141b24a..cba6750b6 100644
--- a/IDMETA
+++ b/IDMETA
@@ -1,5 +1,5 @@
NAME=masterkey-harvester
-VERSION=2.13.0
+VERSION=2.14.0
DEBIAN_DIST="jessie wheezy"
UBUNTU_DIST=""
OMIT_FROM_DIST="solr lib webapps harvester/src/main/webapp/WEB-INF/harvester-dev.properties"
diff --git a/NEWS.md b/NEWS.md
index 7bbb8f873..c621d8b80 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,3 +1,11 @@
+## 2.14.0
+
+ * Adds simple webservice serving up failed records and error information from file system
+ * Stores failed records in logging directories, according to choices made in job configuration
+ * Reinstates option to ingest without FOLIO auth enabled
+ * Adds support for new Inventory storage API: upsert APIs served by mod-inventory-update
+ * Adds conditional conversion of JSON for iso2079 vs XML
+
## 2.13.0
* Introduces text column `JSON` on STORAGE for free form STORAGE configuration (GBV-56)
diff --git a/dev-deploy.yml b/dev-deploy.yml
index 2e38b5fef..c66feb9bf 100644
--- a/dev-deploy.yml
+++ b/dev-deploy.yml
@@ -136,7 +136,7 @@
# mysql_db: name=localindices state=import target=/vagrant/sql/samples/localindices-katsu--2016-05-01_06-00-01.sql
# Which didn't work, either.
- # Loading new schema 2.8-2.13
+ # Loading new schema 2.8-2.14
- name: Initialize the database
become: yes
mysql_db: name=localindices state=import target=/vagrant/sql/schema.v2.8-with-sample-data.sql
diff --git a/harvester-admin/pom.xml b/harvester-admin/pom.xml
index c063ef487..70039272f 100644
--- a/harvester-admin/pom.xml
+++ b/harvester-admin/pom.xml
@@ -3,7 +3,7 @@
com.indexdata
localindices
- 2.13.0
+ 2.14.0
..
harvester-admin
diff --git a/harvester/pom.xml b/harvester/pom.xml
index a41b885b5..deb1c8349 100644
--- a/harvester/pom.xml
+++ b/harvester/pom.xml
@@ -3,7 +3,7 @@
com.indexdata
localindices
- 2.13.0
+ 2.14.0
..
harvester
diff --git a/masterkey-dal/pom.xml b/masterkey-dal/pom.xml
index ebf13518e..9a7ce8ab6 100644
--- a/masterkey-dal/pom.xml
+++ b/masterkey-dal/pom.xml
@@ -3,7 +3,7 @@
com.indexdata
localindices
- 2.13.0
+ 2.14.0
..
masterkey-dal
diff --git a/oaipmh-lib/pom.xml b/oaipmh-lib/pom.xml
index 9a60fbb5c..a9e6d551b 100644
--- a/oaipmh-lib/pom.xml
+++ b/oaipmh-lib/pom.xml
@@ -3,7 +3,7 @@
com.indexdata
localindices
- 2.13.0
+ 2.14.0
..
oaipmh-lib
diff --git a/pom.xml b/pom.xml
index 7cdc5b5e4..c82f3ac7c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
com.indexdata
localindices
pom
- 2.13.0
+ 2.14.0
Harvesting suite
oaipmh-lib