Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

Commit

Permalink
version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kenaniah committed Jan 28, 2018
1 parent 2adaba1 commit 47ab55a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ before_install:
- gem update --system
- gem update bundler
services: redis
notifications:
email: false
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
**Version 1.0.1**
+ Fixes namespacing in `sidekiq-status/testing/inline`

**Version 1.0.0**
+ Version number bumped to indicate stable release

**Version 0.8.1**
+ Avoids transient celluloid dependency in Sidekiq < 5.x

Expand Down
2 changes: 1 addition & 1 deletion lib/sidekiq-status/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Sidekiq
module Status
VERSION = '1.0.0'
VERSION = '1.0.1'
end
end

0 comments on commit 47ab55a

Please sign in to comment.