diff --git a/Changes.md b/Changes.md index 759558d5767..68d40ae72c8 100644 --- a/Changes.md +++ b/Changes.md @@ -1,19 +1,27 @@ # Medic Mobile Release Notes +## 2.14.3 + +_May 4, 2018_ + +### Bug fixes + +- [#4457](https://github.com/medic/medic-webapp/issues/4457): The z-score enketo widget is not usable. +- [#4460](https://github.com/medic/medic-webapp/issues/4460): Uncaught Exception: write after end error. + ## 2.14.2 _April 24, 2018_ ### Bug fixes -- [#3099](https://github.com/medic/medic-webapp/issues/3099) Uncaught exception triggers 500 response for subsequent requests. +- [#3099](https://github.com/medic/medic-webapp/issues/3099): Uncaught exception triggers 500 response for subsequent requests. ## 2.14.1 _April 13, 2018_ ### Performance improvements -- [#4430](https://github.com/medic/medic-webapp/issues/4430) Drastically improve performance of form loading when the patient context is used, and that context is very large (e.g. you're including lineages) -bf41ab683 +- [#4430](https://github.com/medic/medic-webapp/issues/4430): Drastically improve performance of form loading when the patient context is used, and that context is very large (e.g. you're including lineages). ## 2.14.0 diff --git a/kanso.json b/kanso.json index d9d3477cddd..8ee177e4dd0 100644 --- a/kanso.json +++ b/kanso.json @@ -1,7 +1,7 @@ { "name": "medic", "display_name": "Medic Mobile", - "version": "2.14.2", + "version": "2.14.3", "description": "Medic Mobile combines SMS messaging, data collection, and analytics for health workers and health systems in hard-to-reach areas with or without internet connectivity.", "long_description" : "Medic Mobile is a web based SMS data collection and analytics tool focused on community health care workers in rural environments. We help large health organizations collect and analyze data sent from health care workers using ordinary mobile phones.", "url": "https://github.com/medic/medic-webapp", diff --git a/package-lock.json b/package-lock.json index a948dd8fdb5..3e176b1b2ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "medic", - "version": "2.14.2", + "version": "2.14.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a6678812583..85dfebb66d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "medic", - "version": "2.14.2", + "version": "2.14.3", "private": true, "license": "Apache-2.0", "repository": {