diff --git a/CHANGELOG.md b/CHANGELOG.md index 9af283a..3f18739 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog ## Version 1 +### Version 1.1.1 +* Fix query methods throwing NoMethodErrors. + ### Version 1.1.0 * Support for the continuation API (Issue #9 and PR #47) diff --git a/mediawiki-butt.gemspec b/mediawiki-butt.gemspec index 2a76291..37bfff7 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 = '1.1.0' + s.version = '1.1.1' s.license = 'MIT' # Expand on this description eventually. s.description = <<-EOF