From ab5415faeefd745e319531f125b9c970f78cb0a6 Mon Sep 17 00:00:00 2001 From: Richard Ulrich Date: Fri, 6 Oct 2023 18:42:52 +0200 Subject: [PATCH] v0.1.9 --- CHANGELOG.md | 3 ++- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 777e8ba..ce0b411 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [v0.1.8] +## [v0.1.9] ### Summary @@ -14,6 +14,7 @@ Nicer frontend ### Changed - Nicer frontend website +- Added a Dockerfile ## [v0.1.7] diff --git a/Cargo.toml b/Cargo.toml index 75a88f8..dab7aec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk-reserves-web" -version = "0.1.8" +version = "0.1.9" edition = "2021" [dependencies]