Skip to content

Commit 8bde66f

Browse files
committed
Prep v2.1.0 release
1 parent bbc5075 commit 8bde66f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88

99
### Changes
1010

11+
## v2.1.0 (2019-05-10)
12+
13+
### Changes
14+
15+
* Allow support in a Rails 5 context ([@maxjacobson][])
16+
1117
## v2.0.1 (2017-10-24)
1218

1319
### Bug fixes

Diff for: lib/minidoc/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
class Minidoc
2-
VERSION = "2.0.1".freeze
2+
VERSION = "2.1.0".freeze
33
end

0 commit comments

Comments
 (0)