Skip to content

Commit

Permalink
🎂 Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
elifoster committed Oct 18, 2016
1 parent 2d8bbfc commit 356255d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog
## Version 1
### Version 1.3.0
**Security update!**
* Add support for the Assert API (PR #51).
* New `:assertion` option in initialize opts. It takes either `:user` or `:bot`.
* New `override_assertion` parameter in `post` to prevent assertion errors being thrown.
* **Note**: Assertions will only happen if `post`'s `autoparse` parameter is true.
* New NotLoggedInError and NotBotError for the according assertions.
* `Butt#user_bot?` no longer has a parameter. It now queries with an assertion rather than checking the user's groups.
* New method `Butt#logged_in?` to check if the current instance is logged in.

### Version 1.2.0
* Add support for the Purge API (#48)

Expand Down
2 changes: 1 addition & 1 deletion mediawiki-butt.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0'
s.version = '1.3.0'
s.license = 'MIT'
# Expand on this description eventually.
s.description = <<-EOF
Expand Down

0 comments on commit 356255d

Please sign in to comment.