Skip to content

Commit

Permalink
Prep release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Mar 30, 2024
1 parent c55235e commit ae71788
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ 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.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
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.1';
our $VERSION = '0.1.2';

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

0 comments on commit ae71788

Please sign in to comment.