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 939b858 commit c456e86Copy full SHA for c456e86
CHANGELOG.md
@@ -1,5 +1,8 @@
1
## OxfordDictionary master (unreleased)
2
3
+## OxfordDictionary 3.0.0 (2019-08-13)
4
+- Remove support for all V1 API calls
5
+
6
## OxfordDictionary 2.0.0 (2019-06-29)
7
- Remove wordlist endpoint
8
[\#20](https://github.com/swcraig/oxford-dictionary/pull/20)
lib/oxford_dictionary/version.rb
@@ -1,3 +1,3 @@
module OxfordDictionary
- VERSION = '2.0.1'.freeze
+ VERSION = '3.0.0'.freeze
end
0 commit comments