From 00f5441fc8862932c2d9f869ce82077bb0d279c7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 09:02:03 +0000 Subject: [PATCH] chore(main): release 0.1.5 --- CHANGELOG.md | 7 +++++++ lib/statique/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbc2616..c9ae2a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## [Unreleased] +## [0.1.5](https://github.com/pusewicz/statique/compare/v0.1.4...v0.1.5) (2022-06-20) + + +### Bug Fixes + +* **release:** Update docker release process ([665e11e](https://github.com/pusewicz/statique/commit/665e11e0a5b08ff94c5a96332961c98c3f5e5ce9)) + ### [0.1.4](https://github.com/pusewicz/statique/compare/v0.1.3...v0.1.4) (2022-02-17) diff --git a/lib/statique/version.rb b/lib/statique/version.rb index 0ee1af5..b99f826 100644 --- a/lib/statique/version.rb +++ b/lib/statique/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true class Statique - VERSION = "0.1.4" + VERSION = "0.1.5" end