Skip to content

Commit

Permalink
Update changelog and version for 1.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
zerowidth committed Apr 2, 2019
1 parent 5216dfd commit 25a22f7
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion doc/changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Changes

## v1.2.1 (UNRELEASED)
## v1.3.0 (2 April 2019)

- New: Drop support for ruby <2.3
- Fix: Build new strings instead of modifying frozen ones
- New: Add an accessor for the configured clean block
- New: Add a hook to use fabricated durations instead of actual timing data.

2 changes: 1 addition & 1 deletion lib/scientist/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Scientist
VERSION = "1.2.0"
VERSION = "1.3.0"
end

0 comments on commit 25a22f7

Please sign in to comment.