Skip to content

Commit 3297869

Browse files
committed
1.6.0
1 parent 0ba65be commit 3297869

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.6.0
4+
date: 2018-10-25
5+
6+
- Restore support for ruby-1.8.6, fixes #34
7+
- Do not force overwrite wrapper, fixes #33
8+
39
## 1.5.0
410
date: 2018-06-25
511

lib/executable-hooks/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ExecutableHooks
2-
VERSION = "1.5.0"
2+
VERSION = "1.6.0"
33
end

0 commit comments

Comments
 (0)