Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
Bump rack-cloudflare-jwt from 0.0.9 to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
avokhmin committed Mar 10, 2021
1 parent 6908d4f commit 07b812b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
20 changes: 15 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# Change log

## 0.1.0 (2021-03-10)

### Enhancements:

* Updated .circleci settings #5
* Make it compatible with bundler require #6

### Breaking Changes:

* Allow to use own CloudFlare AUDs for paths #7


## 0.0.9 (2020-03-17)

### Changed
- Fix error:
```
#<NameError: uninitialized constant Rack::CloudflareJwt::Auth::Rails>
```
### Bug Fixes:

* Need to fix error uninitialized constant Rack::CloudflareJwt::Auth::Rails #3
2 changes: 1 addition & 1 deletion lib/rack/cloudflare_jwt/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Rack # rubocop:disable Style/ClassAndModuleChildren
module CloudflareJwt
VERSION = '0.0.9'
VERSION = '0.1.0'
end
end

0 comments on commit 07b812b

Please sign in to comment.