Skip to content

Commit

Permalink
Bump to 0.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
metavida committed Sep 15, 2013
1 parent 6ace480 commit f4dc726
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.rdoc
@@ -1,8 +1,9 @@
= CHANGELOG

== 0.8.9 - Unreleased
== 0.8.9 - 15 September 2013

* SoundCloud provider supports https URLs; Pull #30 (Greg Tangey)
* Address rspec DEPRECATION warnings; Pull metavida#3 (Marcos Wright Kuhns)

== 0.8.8 - 18 November 2012

Expand Down
6 changes: 3 additions & 3 deletions lib/oembed/version.rb
Expand Up @@ -2,9 +2,9 @@ module OEmbed
class Version
MAJOR = 0
MINOR = 8
PATCH = 8
PATCH = 9
STRING = "#{MAJOR}.#{MINOR}.#{PATCH}"

class << self
# A String representing the current version of the OEmbed gem.
def inspect
Expand All @@ -13,6 +13,6 @@ def inspect
alias_method :to_s, :inspect
end
end

VERSION = Version::STRING
end

0 comments on commit f4dc726

Please sign in to comment.