Skip to content

Commit

Permalink
Service request changelog 1.5 (#875)
Browse files Browse the repository at this point in the history
* Added changelog and upgraded the versions for household, individual and service request

* Update core-services/service-request/CHANGELOG.md

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update health-services/individual/CHANGELOG.md

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* HLM fixed merge issues

* HLM fixed merge issues

* HCMPRE-413: updated the changelog as per code review comments

* Update health-services/project/CHANGELOG.md

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

---------

Co-authored-by: kavi_elrey@1993 <[email protected]>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Aug 30, 2024
1 parent e3d5238 commit a0e7142
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 9 deletions.
4 changes: 4 additions & 0 deletions core-services/service-request/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
All notable changes to this module will be documented in this file.

## 1.0.1 - 2024-08-29

- Added `BOOLEAN` DataType in `AttributeDefinition`

## 1.0.0

- Base version
2 changes: 1 addition & 1 deletion core-services/service-request/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<artifactId>service-request</artifactId>
<packaging>jar</packaging>
<name>service-request</name>
<version>1.0.0</version>
<version>1.0.1</version>
<properties>
<java.version>1.8</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
Expand Down
12 changes: 9 additions & 3 deletions health-services/household/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
All notable changes to this module will be documented in this file.

## 1.1.3 - 2024-05-29
- Integrated Core 2.9LTS
## 1.1.4 - 2024-08-29

- Added `ExistentEntityValidator` fixes

## 1.1.3 - 2024-05-29

- Integrated Core 2.9 LTS
- Client reference ID validation added
- Upgraded to health models 1.0.20 and health common 1.0.16
- Boundary v2 Integration
Expand All @@ -11,8 +16,9 @@ All notable changes to this module will be documented in this file.
- Upgraded Flyway-Core to 9.22.3

## 1.1.2 - 2024-05-10

- Integrated Boundary v2 functionality
-

## 1.1.1 - 2023-11-15

- Added total count for household
Expand Down
2 changes: 1 addition & 1 deletion health-services/household/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>household</artifactId>
<packaging>jar</packaging>
<name>household</name>
<version>1.1.3</version>
<version>1.1.4</version>
<properties>
<java.version>17</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
Expand Down
8 changes: 5 additions & 3 deletions health-services/individual/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
All notable changes to this module will be documented in this file.

## 1.1.6 - 2024-08-29

- Added `ExistentEntityValidator` fixes

## 1.1.5 - 2024-05-29

## 1.1.5 - 2024-05-29
- Integrated Core 2.9LTS
- Client reference ID validation added
- Upgraded to health models 1.0.20 and health common 1.0.16
Expand All @@ -24,8 +28,6 @@ All notable changes to this module will be documented in this file.

- Added proximity based search support

## 1.1.0


## 1.0.0

Expand Down
2 changes: 1 addition & 1 deletion health-services/individual/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>individual</artifactId>
<packaging>jar</packaging>
<name>individual</name>
<version>1.1.5</version>
<version>1.1.6</version>
<properties>
<java.version>17</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
Expand Down
1 change: 1 addition & 0 deletions health-services/project/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ All notable changes to this module will be documented in this file.
- Upgraded PostgresSQL Driver version to 42.7.1
- Upgraded Flyway base image version to 10.7.1 for DB Migration
- Upgraded Flyway-Core to 9.22.3
- Added `ExistentEntityValidator` fixes

## 1.1.2 - 2024-02-26
- Implemented validation for updating project start date and end date.
Expand Down
1 change: 1 addition & 0 deletions health-services/referralmanagement/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ All notable changes to this module will be documented in this file.

## 1.0.3 - 2024-08-09
- Upgraded downsync logic.
- Added `ExistentEntityValidator` fixes


## 1.0.2 - 2024-05-29
Expand Down
1 change: 1 addition & 0 deletions health-services/stock/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ All notable changes to this module will be documented in this file.
- Upgraded PostgresSQL Driver version to 42.7.1
- Upgraded Flyway base image version to 10.7.1 for DB Migration
- Upgraded Flyway-Core to 9.22.3
- Added `ExistentEntityValidator` fixes

## 1.1.2 - 2024-02-26
- Enhance inventory flow with sender id and receiver id added.
Expand Down

0 comments on commit a0e7142

Please sign in to comment.