Skip to content

Commit

Permalink
Version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cyu committed Mar 25, 2019
1 parent ddcf819 commit f77f89f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.

## 1.0.3 - 2019-03-24
### Changed
- Don't send 'Content-Type' header with pre-flight requests
- Allow ruby array for vary header config

## 1.0.2 - 2017-10-22
### Fixed
- Automatically allow simple headers when headers are set
Expand Down
2 changes: 1 addition & 1 deletion lib/rack/cors/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Rack
class Cors
VERSION = "1.0.2"
VERSION = "1.0.3"
end
end

0 comments on commit f77f89f

Please sign in to comment.