Skip to content

Commit

Permalink
Update to protos v1.18.0 (#515)
Browse files Browse the repository at this point in the history
* update protos for v1.18.0

* Add change log entry

* update change log
  • Loading branch information
nullpointer0x00 authored Mar 28, 2024
1 parent 5c69395 commit 49bcc9e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ Ref: https://keepachangelog.com/en/1.0.0/

## Unreleased

### Improvements

* Updated Prov Protos to 1.18.0 [#515](https://github.com/provenance-io/explorer-service/pull/515)

## [v5.8.0](https://github.com/provenance-io/explorer-service/releases/tag/v5.8.0) - 2024-03-05
### Release Name: Romolo Gessi

Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ object Versions {
const val SpringBoot = PluginVersions.SpringBoot
const val Swagger = "3.0.0"
const val Grpc = "1.50.2"
const val ProvProto = "1.18.0-rc2"
const val ProvProto = "1.18.0"
const val Postgres = "42.2.23"
const val Protobuf = "3.21.9"
const val Reflections = "0.9.12"
Expand Down

0 comments on commit 49bcc9e

Please sign in to comment.