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

updated the version, and added the changelog #571

Merged
merged 3 commits into from
Nov 14, 2023
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
3 changes: 3 additions & 0 deletions docs/health-api-specs/contracts/referral-management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -738,6 +738,9 @@ definitions:
locality:
type: string
description: locality/boundary code from which all beneficiary has to be downloaded
totalCount:
type: [null,long]
description: totalCount
tenantId:
$ref: '#/parameters/tenantId'
offset:
Expand Down
5 changes: 5 additions & 0 deletions health-services/household/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
All notable changes to this module will be documented in this file.

## 1.1.1

- Added total count for household
- Added a field for HouseholdMember : clientReferenceId

## 1.1.1-beta

- Added proximity based search support
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.1-beta</version>
<version>1.1.1</version>
<properties>
<java.version>1.8</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
Expand Down
3 changes: 3 additions & 0 deletions health-services/individual/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
All notable changes to this module will be documented in this file.

## 1.1.2
- upgraded version from beta

## 1.1.2-beta

- Added proximity based search support
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.2-beta</version>
<version>1.1.2</version>
<properties>
<java.version>1.8</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
Expand Down
3 changes: 3 additions & 0 deletions health-services/project/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
All notable changes to this module will be documented in this file.

## 1.1.1
- Added tag in project beneficiary

## 1.1.1-beta 19-10-2023
- Added support for multi round, Added new validator for project task.

Expand Down
2 changes: 1 addition & 1 deletion health-services/project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>project</artifactId>
<packaging>jar</packaging>
<name>project</name>
<version>1.1.1-beta</version>
<version>1.1.1</version>
<properties>
<java.version>1.8</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
Expand Down
6 changes: 5 additions & 1 deletion health-services/referralmanagement/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this module will be documented in this file.

## 1.0.0
- Added Downsync Feature


## 1.0.0-beta
- Base version
- Added functionility for Side-Effects and Refferal management
- Added functionality for Side-Effects and Refferal management