Skip to content

Commit

Permalink
Prep for release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Mar 29, 2024
1 parent 7bdc6ce commit 78b2c64
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ 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.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
Expand Down
2 changes: 1 addition & 1 deletion lib/Amazon/Sites.pm
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ use Feature::Compat::Class;
use feature 'signatures';
no warnings 'experimental::signatures';

our $VERSION = '0.1.0';
our $VERSION = '0.1.1';

class Amazon::Sites {
use Amazon::Site;
Expand Down

0 comments on commit 78b2c64

Please sign in to comment.