diff --git a/CHANGELOG.md b/CHANGELOG.md index 21082fe..6c7a377 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file. ## [Unreleased] ### Added -- Demo to readme +- Testing status badge +- Github action for testing workflow +- Demo screenshot to readme ### Fixed - Constraints indentation on modified routes formatting diff --git a/lib/pry_diff_routes/version.rb b/lib/pry_diff_routes/version.rb index 4f26986..5d500fe 100644 --- a/lib/pry_diff_routes/version.rb +++ b/lib/pry_diff_routes/version.rb @@ -1,3 +1,3 @@ module PryDiffRoutes - VERSION = "0.1.0" + VERSION = "0.1.1" end