Skip to content

Commit

Permalink
Bump to v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metavida committed Mar 26, 2017
1 parent f2ae6e4 commit 9824691
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.rdoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
= CHANGELOG

== Unreleased (0.11.0)
== Unreleased (0.11.1)


== 0.11.0 - 26 March 2017

* Add built-in Speaker Deck provider; Issue #67 (Camille Roux)
* Add built-in Giphy provider
Expand Down
4 changes: 2 additions & 2 deletions lib/oembed/version.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module OEmbed
class Version
MAJOR = 0
MINOR = 10
PATCH = 1
MINOR = 11
PATCH = 0
STRING = "#{MAJOR}.#{MINOR}.#{PATCH}"

class << self
Expand Down

0 comments on commit 9824691

Please sign in to comment.