killbill-uncached
Changes
NEWS 8(+8 -0)
Details
NEWS 8(+8 -0)
diff --git a/NEWS b/NEWS
index ff90da8..c0e68f5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+0.13.2
+ Fixes in payment system
+ Fix caching of catalog and overdue config
+ Fix CHANGE_OF_PLAN alignment
+ Make external key optional for accounts and bundles
+ https://github.com/killbill/killbill/issues/261
+ Update killbill-oss-parent to 0.9.9
+
0.13.1
https://github.com/killbill/killbill/issues/226
https://github.com/killbill/killbill/issues/233
diff --git a/profiles/killbill/src/main/resources/update-checker/killbill-server-update-list.properties b/profiles/killbill/src/main/resources/update-checker/killbill-server-update-list.properties
index afa35b7..cb685c4 100644
--- a/profiles/killbill/src/main/resources/update-checker/killbill-server-update-list.properties
+++ b/profiles/killbill/src/main/resources/update-checker/killbill-server-update-list.properties
@@ -3,9 +3,14 @@
### 0.13.x series ###
-## 0.13.1 -- latest unstable release
-0.13.1.updates =
-0.13.1.notices = This is the latest dev release.
+## 0.13.2 -- latest unstable release
+0.13.2.updates =
+0.13.2.notices = This is the latest dev release.
+0.13.2.release-notes = https://github.com/killbill/killbill/blob/master/NEWS
+
+## 0.13.1
+0.13.1.updates = 0.13.2
+0.13.1.notices = We recommend upgrading to 0.13.2, our latest dev release.
0.13.1.release-notes = https://github.com/killbill/killbill/blob/master/NEWS
### 0.12.x series ###
diff --git a/profiles/killpay/src/main/resources/update-checker/killbill-server-update-list.properties b/profiles/killpay/src/main/resources/update-checker/killbill-server-update-list.properties
index 0ac9eaa..56c5dd3 100644
--- a/profiles/killpay/src/main/resources/update-checker/killbill-server-update-list.properties
+++ b/profiles/killpay/src/main/resources/update-checker/killbill-server-update-list.properties
@@ -3,9 +3,14 @@
### 0.13.x series ###
-## 0.13.1 -- latest unstable release
-0.13.1.updates =
-0.13.1.notices = This is the latest dev release.
+## 0.13.2 -- latest unstable release
+0.13.2.updates =
+0.13.2.notices = This is the latest dev release.
+0.13.2.release-notes = https://github.com/killbill/killbill/blob/master/NEWS
+
+## 0.13.1
+0.13.1.updates = 0.13.2
+0.13.1.notices = We recommend upgrading to 0.13.2, our latest dev release.
0.13.1.release-notes = https://github.com/killbill/killbill/blob/master/NEWS
### 0.12.x series ###