From 081f766c550ef99775fa6f96b31bdf8112bb9046 Mon Sep 17 00:00:00 2001 From: Aleksandr Bezobchuk Date: Mon, 7 Feb 2022 18:23:15 -0500 Subject: [PATCH] release notes++; changelog++ --- CHANGELOG.md | 2 ++ RELEASE_NOTES.md | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49a78d584d..2ce92f4f98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,6 +45,8 @@ Ref: https://keepachangelog.com/en/1.0.0/ ## [Unreleased] +## [v1.0.1](https://github.com/umee-network/umee/releases/tag/v1.0.1) - 2022-02-07 + ### Bug Fixes - [#517](https://github.com/umee-network/umee/pull/517) Fix makefile `build` and `install` targets to support Ledger devices. diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 7296e28369..14c28303dc 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +1,6 @@ + # Release Notes -Initial release of `umeed`! This release will be the official version used for -Umee's mainnet. +## Bug Fixes + +- [#517](https://github.com/umee-network/umee/pull/517) Fix makefile `build` and `install` targets to support Ledger devices.