Skip to content

Commit b43c488

Browse files
author
ABaldwinHunter
committed
Release v2.0.0
1 parent 3fa1735 commit b43c488

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

Diff for: CHANGELOG.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,18 @@
44

55
### New features
66

7-
* Association methods that raise when the document is not found ([@pbrisbin][])
8-
97
### Bug fixes
108

119
### Changes
1210

11+
## v2.0.0 (2017-05-02)
12+
13+
### New features
14+
15+
* Association methods that raise when the document is not found ([@pbrisbin][])
16+
17+
### Changes
18+
1319
* Removed transaction support. ([@wfleming][])
1420

1521
## v1.0.1 (2016-10-31)

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 = "1.0.1".freeze
2+
VERSION = "2.0.0".freeze
33
end

0 commit comments

Comments
 (0)