Skip to content

Commit

Permalink
chore: release v0.8.3 (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
notbot00 authored Jan 29, 2023
2 parents 382f5e0 + 22d704e commit f6ab064
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 14 deletions.
14 changes: 3 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
# Changelog

## 0.9.0 (Unreleased)

### 🚨 Breaking changes
- [xxxx](https://github.com/vegaprotocol/vega/issues/xxxx) -

### 🗑️ Deprecation
- [xxxx](https://github.com/vegaprotocol/vega/issues/xxxx) -

### 🛠 Improvements
- [422](https://github.com/vegaprotocol/vega/issues/422) - Do not crash when application start with bad configuration
## 0.8.3

### 🐛 Fixes
- [465](https://github.com/vegaprotocol/vega/issues/465) - Fall back to standard output logger if the startup logger can't be built
- [422](https://github.com/vegaprotocol/vegawallet-desktop/issues/422) - Do not crash when application start with bad configuration
- [465](https://github.com/vegaprotocol/vegawallet-desktop/issues/465) Fall back to standard output logger if the startup logger can't be built

## 0.8.2

Expand Down
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var (

// Version specifies the version used to build the application.
// See VERSION in Makefile for details.
Version = "v0.9.0+dev"
Version = "v0.8.3"

About = fmt.Sprintf(aboutAppTemplate, Version, VersionHash)
)
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vegawallet",
"author": "Gobalsky Labs Ltd.",
"version": "0.9.0+dev",
"version": "0.8.3",
"private": true,
"engines": {
"node": "^18.12.0"
Expand Down
2 changes: 1 addition & 1 deletion wails.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"info": {
"companyName": "Gobalsky Labs Ltd.",
"productName": "Vegawallet",
"productVersion": "0.9.0",
"productVersion": "0.8.3",
"copyright": "Copyright (c) 2022 Gobalsky Labs Ltd.",
"comments": "Application to manage your Vega Protocol wallet."
}
Expand Down

0 comments on commit f6ab064

Please sign in to comment.