We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fa1735 commit b43c488Copy full SHA for b43c488
CHANGELOG.md
@@ -4,12 +4,18 @@
4
5
### New features
6
7
-* Association methods that raise when the document is not found ([@pbrisbin][])
8
-
9
### Bug fixes
10
11
### Changes
12
+## v2.0.0 (2017-05-02)
+
13
+### New features
14
15
+* Association methods that raise when the document is not found ([@pbrisbin][])
16
17
+### Changes
18
19
* Removed transaction support. ([@wfleming][])
20
21
## v1.0.1 (2016-10-31)
lib/minidoc/version.rb
@@ -1,3 +1,3 @@
1
class Minidoc
2
- VERSION = "1.0.1".freeze
+ VERSION = "2.0.0".freeze
3
end
0 commit comments