Skip to content

Commit e556094

Browse files
new release (#428)
1 parent b5783d8 commit e556094

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

History.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Unreleased
44

5+
## v0.9.10
6+
7+
- Make Process.clock_gettime configurable and turned off by default (for backwards compatability) ([#427](https://github.com/travisjeffery/timecop/pull/427))
58

69
## v0.9.9
710

lib/timecop/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
class Timecop
2-
VERSION = "0.9.9"
2+
VERSION = "0.9.10"
33
end

0 commit comments

Comments
 (0)