From cc652403789c11210a12ccf6fd67ec0e88367aa2 Mon Sep 17 00:00:00 2001 From: Adrian Short Date: Thu, 30 Apr 2020 20:50:00 +0100 Subject: [PATCH] Update CHANGELOG and bump version to 0.5.0 --- CHANGELOG.md | 4 +++- lib/uk_planning_scraper/version.rb | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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