From 81665ff72130a301d6784743b381cbea4316aff4 Mon Sep 17 00:00:00 2001 From: Jeremy Letang Date: Tue, 22 Mar 2022 17:21:35 +0000 Subject: [PATCH] Release version 0.13.2 --- CHANGELOG.md | 23 ++++++++++++++++++----- go.mod | 2 +- go.sum | 4 ++-- version/version.go | 2 +- 4 files changed, 22 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2aaec80c..eb30d7e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,23 +3,36 @@ ## Unreleased (0.14.0) ### 🚨 Breaking changes -- [504](https://github.com/vegaprotocol/vegawallet/pull/504) - Add support for proof of work sent from the wallet as part of a transaction -- [507](https://github.com/vegaprotocol/vegawallet/issues/507) - Flag `--level` in service run removed +- [](https://github.com/vegaprotocol/vegawallet/pull/) - ### 🗑️ Deprecation - [](https://github.com/vegaprotocol/vegawallet/pull/) - ### 🛠 Improvements -- [508](https://github.com/vegaprotocol/vegawallet/issues/508) - Introduce a command to list the service endpoints -- [507](https://github.com/vegaprotocol/vegawallet/issues/507) - Redirect logs from command service run to a file -- [516](https://github.com/vegaprotocol/vegawallet/issues/516) - Update protos for market update proposal +- [](https://github.com/vegaprotocol/vegawallet/pull/) - ### 🔥 Removal - [](https://github.com/vegaprotocol/vegawallet/pull/) - +### 🐛 Fixes +- [](https://github.com/vegaprotocol/vegawallet/pull/) - + + +## 0.13.2 + +### 🚨 Breaking changes +- [504](https://github.com/vegaprotocol/vegawallet/pull/504) - Add support for proof of work sent from the wallet as part of a transaction +- [507](https://github.com/vegaprotocol/vegawallet/issues/507) - Flag `--level` in service run removed + +### 🛠 Improvements +- [508](https://github.com/vegaprotocol/vegawallet/issues/508) - Introduce a command to list the service endpoints +- [507](https://github.com/vegaprotocol/vegawallet/issues/507) - Redirect logs from command service run to a file +- [516](https://github.com/vegaprotocol/vegawallet/issues/516) - Update protos for market update proposal + ### 🐛 Fixes - [502](https://github.com/vegaprotocol/vegawallet/pull/502) - Unwrap properly transfer and cancel transfer commands + ## 0.13.1 ### 🛠 Improvements diff --git a/go.mod b/go.mod index 58ebd6ca..939f5215 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module code.vegaprotocol.io/vegawallet go 1.17 require ( - code.vegaprotocol.io/protos v0.49.3-0.20220318134118-b50784501b9d + code.vegaprotocol.io/protos v0.49.3 code.vegaprotocol.io/shared v0.0.0-20220321185018-3b5684b00533 github.com/blang/semver/v4 v4.0.0 github.com/cenkalti/backoff/v4 v4.1.2 diff --git a/go.sum b/go.sum index b36e441e..cbe32837 100644 --- a/go.sum +++ b/go.sum @@ -31,8 +31,8 @@ cloud.google.com/go/storage v1.5.0/go.mod h1:tpKbwo567HUNpVclU5sGELwQWBDZ8gh0Zeo cloud.google.com/go/storage v1.6.0/go.mod h1:N7U0C8pVQ/+NIKOBQyamJIeKQKkZ+mxpohlUTyfDhBk= cloud.google.com/go/storage v1.8.0/go.mod h1:Wv1Oy7z6Yz3DshWRJFhqM/UCfaWIRTdp0RXyy7KQOVs= cloud.google.com/go/storage v1.10.0/go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9ullr3+Kg0= -code.vegaprotocol.io/protos v0.49.3-0.20220318134118-b50784501b9d h1:Kh7GQgO/OMyG5CxJM/Znb4gy7yKLQDZriWaCrzoU9TY= -code.vegaprotocol.io/protos v0.49.3-0.20220318134118-b50784501b9d/go.mod h1:K6FWDdxWzEgZjz2G1f8gmrSPMey720ryHnzNRn1pW7w= +code.vegaprotocol.io/protos v0.49.3 h1:hKFrfsMaoRHJNeOjJ1cTkyltmkZGc17m9F2r+84d3jE= +code.vegaprotocol.io/protos v0.49.3/go.mod h1:K6FWDdxWzEgZjz2G1f8gmrSPMey720ryHnzNRn1pW7w= code.vegaprotocol.io/shared v0.0.0-20220321185018-3b5684b00533 h1:IxTWvyF0i0AgUAS+FTgQKIpbsS6Ki/Y9Ug0GSlgChJw= code.vegaprotocol.io/shared v0.0.0-20220321185018-3b5684b00533/go.mod h1:pNHKwqRDkotUN0s6jErl7Eb2EpZa2HAf03lyPMTCUT0= dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU= diff --git a/version/version.go b/version/version.go index d3ca5e13..0ade54bb 100644 --- a/version/version.go +++ b/version/version.go @@ -10,7 +10,7 @@ const ( ReleasesAPI = "https://api.github.com/repos/vegaprotocol/vegawallet/releases" ReleasesURL = "https://github.com/vegaprotocol/vegawallet/releases" defaultVersionHash = "unknown" - defaultVersion = "v0.13.1" + defaultVersion = "v0.13.2" ) var (