We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddcf819 commit f77f89fCopy full SHA for f77f89f
CHANGELOG.md
@@ -1,6 +1,11 @@
1
# Change Log
2
All notable changes to this project will be documented in this file.
3
4
+## 1.0.3 - 2019-03-24
5
+### Changed
6
+- Don't send 'Content-Type' header with pre-flight requests
7
+- Allow ruby array for vary header config
8
+
9
## 1.0.2 - 2017-10-22
10
### Fixed
11
- Automatically allow simple headers when headers are set
lib/rack/cors/version.rb
@@ -1,5 +1,5 @@
module Rack
class Cors
- VERSION = "1.0.2"
+ VERSION = "1.0.3"
end
0 commit comments