diff --git a/Changes.md b/Changes.md index 276c1016ad9..7a660276d17 100644 --- a/Changes.md +++ b/Changes.md @@ -1,5 +1,11 @@ # Medic Mobile Release Notes +## 0.4.14 + +### Dec 16, 2016 + +- Bug fix for medic-gateway sending scheduled messages. Issue: #2535 + ## 0.4.13 ### Oct 21, 2016 diff --git a/kanso.json b/kanso.json index 97947af3051..69fdd4fbd55 100644 --- a/kanso.json +++ b/kanso.json @@ -1,7 +1,7 @@ { "name": "medic", "display_name": "Medic Mobile", - "version": "0.4.13", + "version": "0.4.14", "description": "SMS data collection designed for rural environments.", "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.json b/package.json index bd210b2bd23..85ac4f3845c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "medic", - "version": "0.4.13", + "version": "0.4.14", "repository": { "type": "git", "url": "git://github.com/medic/medic-webapp.git" diff --git a/sentinel b/sentinel index 0a661e643b2..f4bfbbc0fce 160000 --- a/sentinel +++ b/sentinel @@ -1 +1 @@ -Subproject commit 0a661e643b20fc0e389f90545951adc56f2359cf +Subproject commit f4bfbbc0fce3cd6ded9951a292f02faa9e049c45