Skip to content

Commit

Permalink
upgrade to protos v1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nullpointer0x00 committed Nov 14, 2023
1 parent 196b72e commit be11b7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Ref: https://keepachangelog.com/en/1.0.0/

### Improvements
* Add aggregation of orderbooks for hash historical pricing [#496](https://github.com/provenance-io/explorer-service/issues/496)
* Updated Prov Protos from 1.17.0 [#505](https://github.com/provenance-io/explorer-service/issues/505)

### Bug Fixes
* Fix parsing of ibc json packet [#501](https://github.com/provenance-io/explorer-service/issues/501)
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.17.0-rc1"
const val ProvProto = "1.17.0"
const val Postgres = "42.2.23"
const val Protobuf = "3.21.9"

Expand Down

0 comments on commit be11b7c

Please sign in to comment.