diff --git a/CHANGELOG.md b/CHANGELOG.md index 504fa1a..160a136 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ 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). +## [1.0.0] - 2020-02-09 +No Changes. + ## [0.2.0] - 2019-06-25 ### Added - Added test-suite covering existing functionality by [@PikachuEXE](https://github.com/PikachuEXE) diff --git a/lib/sane_patch/version.rb b/lib/sane_patch/version.rb index 51e3a9d..1f1045c 100644 --- a/lib/sane_patch/version.rb +++ b/lib/sane_patch/version.rb @@ -1,3 +1,3 @@ module SanePatch - VERSION = "0.2.0" + VERSION = "1.0.0" end