Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.2...v1.1.0) (2024-07-04)

### Bug Fixes

* checkstyle warnings ([dd3dd10](dd3dd10))
* disabled state ([88ada14](88ada14))
* issue in insert statement, decode receipt ([2bbbc9a](2bbbc9a))
* remove not null constraint for TransferProcess ([e2e7187](e2e7187))
* remove status parsing of not existent status column ([7650ed4](7650ed4))

### Features

* receive and store receipt into database ([b12aa3d](b12aa3d))
  • Loading branch information
semantic-release-bot committed Jul 4, 2024
1 parent 8cf3307 commit 64463bd
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [1.1.0](https://github.com/truzzt/mds-ap3/compare/v1.0.2...v1.1.0) (2024-07-04)


### Bug Fixes

* checkstyle warnings ([dd3dd10](https://github.com/truzzt/mds-ap3/commit/dd3dd100c632a0c00f45b53ed35660a503c430ae))
* disabled state ([88ada14](https://github.com/truzzt/mds-ap3/commit/88ada14334c37665367bf55403964114228fbfc6))
* issue in insert statement, decode receipt ([2bbbc9a](https://github.com/truzzt/mds-ap3/commit/2bbbc9a4d9b3745bf7639b8ed5b9ddf3d6c48026))
* remove not null constraint for TransferProcess ([e2e7187](https://github.com/truzzt/mds-ap3/commit/e2e718706f2acac36dc7bddd9528dcb555e59d57))
* remove status parsing of not existent status column ([7650ed4](https://github.com/truzzt/mds-ap3/commit/7650ed4a052690e10846496655ced698f7206ef3))


### Features

* receive and store receipt into database ([b12aa3d](https://github.com/truzzt/mds-ap3/commit/b12aa3d020d217f25b2427a77fd0ecf35012cf2b))

## [1.0.2](https://github.com/truzzt/mds-ap3/compare/v1.0.1...v1.0.2) (2024-07-03)


Expand Down

0 comments on commit 64463bd

Please sign in to comment.