Skip to content

Commit f77f89f

Browse files
committed
Version 1.0.3
1 parent ddcf819 commit f77f89f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

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+
49
## 1.0.2 - 2017-10-22
510
### Fixed
611
- Automatically allow simple headers when headers are set

lib/rack/cors/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Rack
22
class Cors
3-
VERSION = "1.0.2"
3+
VERSION = "1.0.3"
44
end
55
end

0 commit comments

Comments
 (0)