diff --git a/CHANGELOG.md b/CHANGELOG.md index ae2e4a4..4311420 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/adrianshort/uk_planning_scraper/compare/v0.4.6...master) +## [Unreleased](https://github.com/adrianshort/uk_planning_scraper/compare/v0.5.0...master) This functionality is on GitHub but not yet in the gem. +## [0.5.0](https://github.com/adrianshort/uk_planning_scraper/compare/v0.4.6...v0.5.0) - 2020-04-30 + ### Added - Case officer search for Northgate diff --git a/lib/uk_planning_scraper/version.rb b/lib/uk_planning_scraper/version.rb index 30365c3..bee2c0e 100644 --- a/lib/uk_planning_scraper/version.rb +++ b/lib/uk_planning_scraper/version.rb @@ -1,3 +1,3 @@ module UKPlanningScraper - VERSION = "0.4.6" + VERSION = "0.5.0" end