Skip to content

Commit

Permalink
[TH2-5046] Update version and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
OptimumCode committed Sep 8, 2023
1 parent 123dd2b commit a5295cf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Lightweight data provider (2.1.0)
# Lightweight data provider (2.1.1)

# Overview
This component serves as a data provider for [th2-data-services](https://github.com/th2-net/th2-data-services). It will connect to the cassandra database via [cradle api](https://github.com/th2-net/cradleapi) and expose the data stored in there as REST resources.
Expand Down Expand Up @@ -218,6 +218,12 @@ spec:
# Release notes:
## 2.1.1
### Fixed:
* error reporting when executing group search (if error occurs during a call to the Cradle API stream were closed before the error was reported)
## 2.1.0
+ Updated bom: `4.5.0-dev`
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

kotlin.code.style=official

release_version=2.1.0
release_version=2.1.1
description='th2 Lightweight data provider component'
vcs_url=https://github.com/th2-net/th2-lw-data-provider
docker_image_name=
Expand Down

0 comments on commit a5295cf

Please sign in to comment.