diff --git a/History.txt b/History.txt index 4557068..b6a01a3 100644 --- a/History.txt +++ b/History.txt @@ -1,10 +1,15 @@ -1.0.3 ------ +v1.1.0 +------ + + * Add support for Replay feature + +v1.0.3 +------ * Retrieve the on_system function from options -1.0.2 ------ +v1.0.2 +------ * to_json can get options in order for powertrack to support the standard JSON library (through the MultiJson gem). Thanks to @duncanita for the PR. diff --git a/lib/powertrack/version.rb b/lib/powertrack/version.rb index 78ff506..3ec49b6 100644 --- a/lib/powertrack/version.rb +++ b/lib/powertrack/version.rb @@ -1,3 +1,3 @@ module PowerTrack - VERSION = '1.0.3' + VERSION = '1.1.0' end