From ae717885eb1073157259947a612356bb7c9b5ce3 Mon Sep 17 00:00:00 2001 From: Dave Cross Date: Sat, 30 Mar 2024 09:49:39 +0000 Subject: [PATCH] Prep release 0.1.2 --- ChangeLog.md | 14 ++++++++++++++ lib/Amazon/Sites.pm | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 0cb764a..bcbd610 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.1.2] - 2024-03-30 + +### Added + +- More info in README + +- Badges are cool + +- Licensing info + +### Fixed + +- Minor Pod error + ## [0.1.1] - 2024-03-29 ### Fixed diff --git a/lib/Amazon/Sites.pm b/lib/Amazon/Sites.pm index e754416..39a12a8 100644 --- a/lib/Amazon/Sites.pm +++ b/lib/Amazon/Sites.pm @@ -33,7 +33,7 @@ use Feature::Compat::Class; use feature 'signatures'; no warnings 'experimental::signatures'; -our $VERSION = '0.1.1'; +our $VERSION = '0.1.2'; class Amazon::Sites { use Amazon::Site;