diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ee9c0f..f04ee58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v1.4.1](https://github.com/kremalicious/blowfish/compare/v1.4.0...v1.4.1) + +> 26 February 2020 + +- get balance from chain [`#61`](https://github.com/kremalicious/blowfish/pull/61) +- test tweaks [`a2ed753`](https://github.com/kremalicious/blowfish/commit/a2ed753c7ad260cbd3116b287388d133d2584dd4) +- update docs [`9c86c11`](https://github.com/kremalicious/blowfish/commit/9c86c111c1ef38940b8e25af079711dfbc127c47) + #### [v1.4.0](https://github.com/kremalicious/blowfish/compare/v1.3.1...v1.4.0) > 25 February 2020 diff --git a/package.json b/package.json index 92c8d74..80ca23f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@kremalicious/blowfish", "productName": "Blowfish", - "version": "1.4.0", + "version": "1.4.1", "description": "🐡 Simple Electron-based desktop app to retrieve and display your total Ocean Token balances.", "main": "./src/main/index.js", "scripts": {