Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Service request changelog 1.5 #875

Merged
merged 7 commits into from
Aug 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading