Browse Source

Update CHANGELOG and bump version to 0.5.0

tags/v0.5.0^0
Adrian Short 4 years ago
parent
commit
cc65240378
Signed by untrusted user: adrian GPG Key ID: 4B54F9AE91AB06BB
2 changed files with 4 additions and 2 deletions
  1. +3
    -1
      CHANGELOG.md
  2. +1
    -1
      lib/uk_planning_scraper/version.rb

+ 3
- 1
CHANGELOG.md View File

@@ -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


+ 1
- 1
lib/uk_planning_scraper/version.rb View File

@@ -1,3 +1,3 @@
module UKPlanningScraper
VERSION = "0.4.6"
VERSION = "0.5.0"
end

Loading…
Cancel
Save