From a8287cbcab50e86b33d6410ee4a19dd3314c8c2f Mon Sep 17 00:00:00 2001 From: Philipp Gille Date: Sun, 12 Aug 2018 20:48:05 +0200 Subject: [PATCH] Release v0.3.0 --- RELEASES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASES.md b/RELEASES.md index 8f40385..7207a41 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -8,6 +8,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a vNext ----- +v0.3.0 (2018-08-12) +------------------- + - Added: `pay.NewEchoMiddleware(...)` - A middleware factory function for [Echo](https://github.com/labstack/echo) (issue [#2](https://github.com/philippgille/ln-paywall/issues/2)) - Added: Bolt DB client (issue [#3](https://github.com/philippgille/ln-paywall/issues/3)) - Struct `pay.BoltClient` - Implements the `StorageClient` interface