diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..c5c4b42 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +## 1.0.2 + +* Fix an issue with the `permalink` method returning URLs with duplicate forward slashes. +* Fix an equality issue with the `Thing` class. +* Fix an issue with links which contain Unicode characters. (@martydill) +* Fix an issue with the options hash. (Nicolas Andreas Grunbaum) + +## 1.0.0 + +Initial release of RedditKit.rb! \ No newline at end of file diff --git a/lib/redditkit/version.rb b/lib/redditkit/version.rb index f9f12ae..53c44d0 100644 --- a/lib/redditkit/version.rb +++ b/lib/redditkit/version.rb @@ -3,8 +3,8 @@ module RedditKit # A class for managing RedditKit's version number. class Version MAJOR = 1 - MINOR = 1 - PATCH = 0 + MINOR = 0 + PATCH = 2 class << self def to_s