diff --git a/business-services/billing-service/CHANGELOG.md b/business-services/billing-service/CHANGELOG.md index eb669442b..7201fb297 100644 --- a/business-services/billing-service/CHANGELOG.md +++ b/business-services/billing-service/CHANGELOG.md @@ -1,6 +1,11 @@ All notable changes to this module will be documented in this file. +## 1.4.0 - 2022-09-13 +- Allowing the creation of bills for advance amount +- Adding a new api to get the demand audit history +- Updating the demand search api to filter for active demands + ## 1.3.6 - 2022-04-19 - Allowing payment for employee as well diff --git a/business-services/billing-service/pom.xml b/business-services/billing-service/pom.xml index b106dd1ce..6ae2d9686 100644 --- a/business-services/billing-service/pom.xml +++ b/business-services/billing-service/pom.xml @@ -12,7 +12,7 @@ com.egov.demand billing-service - 1.3.6-SNAPSHOT + 1.4.0-SNAPSHOT billing-service Demo project for Spring Boot diff --git a/municipal-services/echallan-calculator/CHANGELOG.md b/municipal-services/echallan-calculator/CHANGELOG.md index 09da0122a..b2fc403ce 100644 --- a/municipal-services/echallan-calculator/CHANGELOG.md +++ b/municipal-services/echallan-calculator/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this module will be documented in this file. +## 1.1.0 - 2022-09-13 +- the referenceId of the eChallan object is mapped to consumerCode of billing-service and collection-service +- If referenceId is not passed in the request, it will get set to same as the challanNo + ## 1.0.1 - 2022-02-02 - Updated to log4j2 version 2.17.1 diff --git a/municipal-services/echallan-calculator/pom.xml b/municipal-services/echallan-calculator/pom.xml index 695545571..784eb9e95 100644 --- a/municipal-services/echallan-calculator/pom.xml +++ b/municipal-services/echallan-calculator/pom.xml @@ -9,7 +9,7 @@ org.egov echallan-calculator - 1.0.1-SNAPSHOT + 1.1.0-SNAPSHOT echallan-calculator 1.8 diff --git a/municipal-services/echallan-services/CHANGELOG.md b/municipal-services/echallan-services/CHANGELOG.md index 2322d2a7c..bd9c232a4 100644 --- a/municipal-services/echallan-services/CHANGELOG.md +++ b/municipal-services/echallan-services/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this module will be documented in this file. +## 1.2.0 - 2022-09-13 + +- the referenceId of the eChallan object is mapped to consumerCode of billing-service and collection-service +- If referenceId is not passed in the request, it will get set to same as the challanNo + ## 1.1.2 - 2022-02-02 - Dashboard Screen enhancements diff --git a/municipal-services/echallan-services/pom.xml b/municipal-services/echallan-services/pom.xml index fce0abc7c..bc888c7a1 100644 --- a/municipal-services/echallan-services/pom.xml +++ b/municipal-services/echallan-services/pom.xml @@ -9,7 +9,7 @@ org.egov echallan-services - 1.1.2-SNAPSHOT + 1.2.0-SNAPSHOT echallan-services 1.8 diff --git a/municipal-services/mgramseva-ifix-adapter/CHANGELOG.md b/municipal-services/mgramseva-ifix-adapter/CHANGELOG.md index 57fcdb66e..1ee5351c8 100644 --- a/municipal-services/mgramseva-ifix-adapter/CHANGELOG.md +++ b/municipal-services/mgramseva-ifix-adapter/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this module will be documented in this file. +## 1.1.0 - 2022-09-13 + +- Penalty and advance event push changes +- Bug fixes for update demand event + ## 1.0.0 - 2021-09-23 - Base version diff --git a/municipal-services/mgramseva-ifix-adapter/pom.xml b/municipal-services/mgramseva-ifix-adapter/pom.xml index 61d80c608..1fda26671 100644 --- a/municipal-services/mgramseva-ifix-adapter/pom.xml +++ b/municipal-services/mgramseva-ifix-adapter/pom.xml @@ -10,7 +10,7 @@ org.egov.io mgramseva-ifix-adapter - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT Mgramseva IFIX Adapter Mgramseva Adapter http://maven.apache.org diff --git a/municipal-services/ws-calculator/CHANGELOG.MD b/municipal-services/ws-calculator/CHANGELOG.MD index a8dd0d424..f8dfacaff 100644 --- a/municipal-services/ws-calculator/CHANGELOG.MD +++ b/municipal-services/ws-calculator/CHANGELOG.MD @@ -1,6 +1,11 @@ # Change log All notable changes to this module will be documented in this file. +## 1.5.0 - 2022-09-13 + +- Penalty application after due date based on the penalty configured +- Advance payment allowed in collect payment screen + ## 1.4.2 - 2022-02-02 - Calculator services to make change in the dashboard changes diff --git a/municipal-services/ws-calculator/pom.xml b/municipal-services/ws-calculator/pom.xml index d2c779e29..0946b4b40 100644 --- a/municipal-services/ws-calculator/pom.xml +++ b/municipal-services/ws-calculator/pom.xml @@ -5,7 +5,7 @@ org.egov ws-calculator - 1.4.2-SNAPSHOT + 1.5.0-SNAPSHOT ws-calculation Demo project for Spring Boot diff --git a/municipal-services/ws-services/CHANGELOG.MD b/municipal-services/ws-services/CHANGELOG.MD index 13a51d3b4..7e02ebbc0 100644 --- a/municipal-services/ws-services/CHANGELOG.MD +++ b/municipal-services/ws-services/CHANGELOG.MD @@ -1,6 +1,11 @@ # Change log All notable changes to this module will be documented in this file. +## 1.6.0 - 2022-09-13 + +- Addition of advance and penalty on consumer create +- Changes in update consumer + ## 1.5.2 - 2022-02-02 - Fixes to revenueDashboard Service diff --git a/municipal-services/ws-services/pom.xml b/municipal-services/ws-services/pom.xml index c0f17d417..2b2ee3e28 100644 --- a/municipal-services/ws-services/pom.xml +++ b/municipal-services/ws-services/pom.xml @@ -6,7 +6,7 @@ ws-services jar water-services - 1.5.2-SNAPSHOT + 1.6.0-SNAPSHOT 1.8 ${java.version}