From 1d8865fe2829fc69279677610590df87392c084c Mon Sep 17 00:00:00 2001 From: elifoster Date: Sat, 12 Dec 2015 15:21:03 -0800 Subject: [PATCH] :birthday: Bump version and changelog --- CHANGELOG.md | 4 ++++ mediawiki-butt.gemspec | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 046608c..8c03762 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog ## Version 0 +### Version 0.8.2 +* Fix outdated usage of @namespaces variable, causing a NoMethodError on get_random_pages calls. +* Greatly improved documentation. + ### Version 0.8.1 * Fix get_limited's NoMethodError on user_bot? * Fix user_bot? always returning false. diff --git a/mediawiki-butt.gemspec b/mediawiki-butt.gemspec index d2cc9eb..68360dd 100644 --- a/mediawiki-butt.gemspec +++ b/mediawiki-butt.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.authors = ['Eli Foster', 'Eric Schneider (xbony2)'] s.name = 'mediawiki-butt' s.summary = 'Interacting with the MediaWiki API' - s.version = '0.8.1' + s.version = '0.8.2' s.license = 'CC-BY-NC-ND-4.0' # Expand on this description eventually. s.description = <<-EOF