From f780f6e30789ede1a5ab2652a7bd83e0304a9a47 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 6 Feb 2021 04:55:18 -0500 Subject: [PATCH] chore: release 1.0.0 (#2) --- CHANGELOG.md | 9 +++++++++ lib/bridgetown-plausible/version.rb | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e3ea463 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +## 1.0.0 (2021-02-06) + + +### Bug Fixes + +* correct logo url ([#1](https://www.github.com/bt-rb/bridgetown-plausible/issues/1)) ([22db435](https://www.github.com/bt-rb/bridgetown-plausible/commit/22db43569e90375c1895f20c232607a93f9bf023)) +* correct test action name ([1d0526a](https://www.github.com/bt-rb/bridgetown-plausible/commit/1d0526a7eb1fe608dfba174b11b76490870d6dc2)) diff --git a/lib/bridgetown-plausible/version.rb b/lib/bridgetown-plausible/version.rb index d942f8a..1909e6e 100644 --- a/lib/bridgetown-plausible/version.rb +++ b/lib/bridgetown-plausible/version.rb @@ -2,6 +2,6 @@ module Bridgetown module Plausible - VERSION = "0.0.1" + VERSION = "1.0.0" end end