From 463341fb3022efd1097d5f68cde0a503944be6e0 Mon Sep 17 00:00:00 2001 From: Dave Cross Date: Thu, 4 Apr 2024 11:50:42 +0100 Subject: [PATCH] Prep release 0.1.6 --- ChangeLog.md | 6 ++++++ lib/Amazon/Sites.pm | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index cb5dd70..8e36139 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.6] - 2024-04-04 + +### Fixed + +- Allow spaces in country names (and rename some countries) + ## [0.1.5] - 2024-04-02 ### Fixed diff --git a/lib/Amazon/Sites.pm b/lib/Amazon/Sites.pm index 3a75f3d..b06f18b 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.5'; +our $VERSION = '0.1.6'; class Amazon::Sites { use Amazon::Site;