Skip to content

Commit

Permalink
Hotfix: update helm chart version to 0.3.88 (#596)
Browse files Browse the repository at this point in the history
### What

Update helm chart version to 0.3.88.

### Why

It had not been updated when we made the Stellar Observer into a separate service in https://github.com/stellar/java-stellar-anchor-sdk/pull/546/files#diff-78b9c67cf91b015c1ed14485867e595e1ba056a8e28563c2d037c8fe073a7893.
  • Loading branch information
marcelosalloum authored Sep 27, 2022
1 parent c4c6919 commit 48ad477
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.1.1

Update the version of Helm Chart.

## 1.1.0

* SDK support for [SEP-1], [SEP-10], [SEP-12], [SEP-31] & [SEP-38].
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ subprojects {

allprojects {
group = "org.stellar.anchor-sdk"
version = "1.1.0"
version = "1.1.1"

tasks.jar {
manifest {
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/sep-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ maintainers:
sources:
- https://github.com/stellar/java-stellar-anchor-sdk
name: sep
version: 0.3.87
version: 0.3.88

0 comments on commit 48ad477

Please sign in to comment.