# Changelog 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.10] - 2026-03-17 ### Fixed - Version numbers ## [0.1.9] - 2024-11-18 ### Fixed - Fix the previous fix ## [0.1.8] - 2024-11-18 ### Fixed - Worked out why we needed the 'package' statement - Fixed the problem and removed the statement ## [0.1.7] - 2024-08-30 ### Fixed - Documentation typos - Add imports - Require a useful version of Feature::Compat::Class ## [0.1.6] - 2024-04-04 ### Fixed - Allow spaces in country names (and rename some countries) ## [0.1.5] - 2024-04-02 ### Fixed - TLDN for Belgium ## [0.1.4] - 2024-03-31 ### Fixed - Fixes to MANIFEST.SKIP and, hence MANIFEST ## [0.1.3] - 2024-03-31 ### Fixed - Added `strict` and `warnings` ## [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 - Bug in `sites()` method ### Added - `asin_urls()` method to sites object - Missing documentation for `assoc_codes` option ## [0.1.0] - 2024-03-29 ### Added - "include" and "exclude" options to filter the list of sites supported - "assoc_codes" option to define associate codes associated with sites - `asin_url()` method to site object ## [0.0.5] - 2024-03-25 ### Added - Really add the change log ## [0.0.4] - 2024-03-25 ### Fixed - Removed Makefile from distribution ### Added - This Changelog - README.md - Many missing Amazon sites (thanks Joshua S. Day) ## [0.0.3] - 2024-03-24 ### Fixed - Object::Pad doesn't work with signatures in Perl 5.24 and earlier ## [0.0.2] - 2024-03-21 ### Fixed - Added "package" statements to work around PAUSE/CPAN not understanding "class" syntax ### Added - This ChangeLog ## [0.0.1] - 2024-03-20 ### Added - Everything