Skip to content

Commit

Permalink
Bump version 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rossta committed May 2, 2017
1 parent 4f452c5 commit 7225d9c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 0.5.5 - 2017-05-01

* bug fixes
* Ensure middleware can handle assets when a separate asset host, e.g. a CDN,
is configured

### 0.5.4 - 2017-02-02

* bug fixes
Expand Down
2 changes: 1 addition & 1 deletion lib/serviceworker/rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true
module ServiceWorker
module Rails
VERSION = "0.5.4".freeze
VERSION = "0.5.5".freeze
end
end

0 comments on commit 7225d9c

Please sign in to comment.