diff --git a/History.md b/History.md index 1aac11c..91442a9 100644 --- a/History.md +++ b/History.md @@ -2,6 +2,9 @@ ## Unreleased +## v0.9.10 + +- Make Process.clock_gettime configurable and turned off by default (for backwards compatability) ([#427](https://github.com/travisjeffery/timecop/pull/427)) ## v0.9.9 diff --git a/lib/timecop/version.rb b/lib/timecop/version.rb index 197f031..724fb79 100644 --- a/lib/timecop/version.rb +++ b/lib/timecop/version.rb @@ -1,3 +1,3 @@ class Timecop - VERSION = "0.9.9" + VERSION = "0.9.10" end