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;