Skip to content

Commit

Permalink
Prep 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Mar 31, 2024
1 parent ad66a58 commit 491ca35
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3] - 2024-03-31

### Fixed

- Added `strict` and `warnings`

## [0.1.2] - 2024-03-30

### 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 @@ -36,7 +36,7 @@ use Feature::Compat::Class;
use feature 'signatures';
no warnings 'experimental::signatures';

our $VERSION = '0.1.2';
our $VERSION = '0.1.3';

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

0 comments on commit 491ca35

Please sign in to comment.