diff --git a/CHANGELOG.md b/CHANGELOG.md index 190edc5..6cfc601 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ **Please Note**: This change log only covers v1.3 forwards - apologies for anything missing prior to that. +## Version 1.13.1 + +* Bug fix to bugsnag, thanks to [DamirSvrtan](https://github.com/DamirSvrtan). + ## Version 1.13.0 * Support for Bugsnag and documentation tweaks around notifications. diff --git a/rocket_pants.gemspec b/rocket_pants.gemspec index 8d1b87a..302529a 100644 --- a/rocket_pants.gemspec +++ b/rocket_pants.gemspec @@ -4,7 +4,7 @@ $:.unshift lib unless $:.include?(lib) Gem::Specification.new do |s| s.name = "rocket_pants" - s.version = "1.13.0" + s.version = "1.13.1" s.platform = Gem::Platform::RUBY s.authors = ["Darcy Laycock"] s.email = ["sutto@sutto.net"]