Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
Update CHANGELOG.md (#61)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

* Update pom.xml
  • Loading branch information
kavi-egov authored Jul 28, 2020
1 parent 6b5177e commit afb3913
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 15 deletions.
23 changes: 9 additions & 14 deletions collection-services/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,17 @@
# Changelog
All notable changes to this module will be documented in this file.

## 1.1.0 - 2020-06-25

## [Unreleased]
### Changed
- None
- Added Paytment API
- Added typescript definition generation plugin
- Upgraded to `tracer:2.0.0-SNAPSHOT`
- Upgraded to spring boot `2.2.6-RELEASE`
- Removed `start.sh` and `Dockerfile`

## [1.1.0] - 2018-12-06
## 1.1.0

## [1.0.0] - 2018-12-06
### Added
- Receipt update API to allow for update of editable fields.
- Receipt Workflow API
Expand All @@ -29,16 +34,6 @@ at Receipt root for easier access.

All notable changes to this module will be documented in this file.

## 2.0.0 - 2020-06-25

- Added Paytment API
- Added typescript definition generation plugin
- Upgraded to `tracer:2.0.0-SNAPSHOT`
- Upgraded to spring boot `2.2.6-RELEASE`
- Removed `start.sh` and `Dockerfile`

## 2.0.0

- Base version


2 changes: 1 addition & 1 deletion collection-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>collection-services</groupId>
<artifactId>collection-services</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<name>collection-services</name>
<description>Spring Boot Project for Collection Services</description>
<properties>
Expand Down

0 comments on commit afb3913

Please sign in to comment.