diff --git a/CHANGELOG.md b/CHANGELOG.md index dd7462b..98a8610 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## [Unreleased] +## [0.1.14](https://github.com/charlotte-ruby/image_scraper/compare/v0.1.13...v0.1.14) (2022-12-09) + + +### Bug Fixes + +* testing release please ([c722746](https://github.com/charlotte-ruby/image_scraper/commit/c72274671065e8329f879b9640a39fc5652bbbd7)) + ## [0.1.13](https://github.com/charlotte-ruby/image_scraper/compare/v0.1.12...v0.1.13) (2022-11-25) diff --git a/lib/image_scraper/version.rb b/lib/image_scraper/version.rb index 7fc5d60..46bc4c0 100644 --- a/lib/image_scraper/version.rb +++ b/lib/image_scraper/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ImageScraper - VERSION = '0.1.13' + VERSION = '0.1.14' end