killbill-memoizeit
Changes
NEWS 5(+5 -0)
Details
NEWS 5(+5 -0)
diff --git a/NEWS b/NEWS
index de4fba3..d478d9f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+0.11.2
+ Iteration on new direct payment APIs (unstable)
+ invoice: change external charges APIs to allow bulk insertion
+ osgi: introduce OSGIConfigProperties as an an osgi service to allow plugins to read system properties
+
0.11.1
Introduction of new direct payment APIs (unstable)
diff --git a/server/src/main/resources/update-checker/killbill-server-update-list.properties b/server/src/main/resources/update-checker/killbill-server-update-list.properties
index 3a7217d..0be1ed5 100644
--- a/server/src/main/resources/update-checker/killbill-server-update-list.properties
+++ b/server/src/main/resources/update-checker/killbill-server-update-list.properties
@@ -1,9 +1,21 @@
## Top level keys
# general.notice = This notice should rarely, if ever, be used as everyone will see it
+### 0.11.x series ###
+
+## 0.11.2 -- latest unstable release
+0.11.2.updates =
+0.11.2.notices = This is the latest dev release.
+0.11.2.release-notes = http://kill-bill.org
+
+## 0.11.1
+0.11.1.updates = 0.11.2
+0.11.1.notices = We recommend upgrading to 0.11.2, our latest dev release.
+0.11.1.release-notes = http://kill-bill.org
+
### 0.10.x series ###
-## 0.10.2 -- latest release
+## 0.10.2 -- latest stable release
0.10.2.updates =
0.10.2.notices = This is the latest GA release.
0.10.2.release-notes = http://kill-bill.org