Skip to content

Commit

Permalink
Prep release 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Aug 30, 2024
1 parent 3a114dd commit 4c77935
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.7] - 2024-08-30

### Fixed

- Documentation typos

- Add imports

- Remove 'package' statements

- Require a useful version of Feature::Compat::Class

## [0.1.6] - 2024-04-04

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion lib/Amazon/Sites.pm
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ use Feature::Compat::Class;
use feature 'signatures';
no warnings 'experimental::signatures';

our $VERSION = '0.1.6';
our $VERSION = '0.1.7';

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

0 comments on commit 4c77935

Please sign in to comment.