diff --git a/ChangeLog.md b/ChangeLog.md index bcbd610..6c69085 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -5,6 +5,12 @@ 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.3] - 2024-03-31 + +### Fixed + +- Added `strict` and `warnings` + ## [0.1.2] - 2024-03-30 ### Added diff --git a/lib/Amazon/Sites.pm b/lib/Amazon/Sites.pm index 933cff1..8c6b42e 100644 --- a/lib/Amazon/Sites.pm +++ b/lib/Amazon/Sites.pm @@ -36,7 +36,7 @@ use Feature::Compat::Class; use feature 'signatures'; no warnings 'experimental::signatures'; -our $VERSION = '0.1.2'; +our $VERSION = '0.1.3'; class Amazon::Sites { use Amazon::Site;