Skip to content

Commit 362439c

Browse files
committed
update changelog and bump version
1 parent d72dfd5 commit 362439c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.0.0 (UNRELEASED)
4+
5+
- Breaking Change: Never modify Location headers that are only paths without hosts. [John Bachir](https://github.com/jjb) [#46](https://github.com/waterlink/rack-reverse-proxy/pull/46)
6+
37
## 0.11.0
48

59
- Breaking Change: Rename option x_forwarded_host option to x_forwarded_headers, as it controls both X-Forwarded-Port and X-Forwarded-Host - [Aurelien Derouineau](https://github.com/aderouineau) [#26](https://github.com/waterlink/rack-reverse-proxy/pull/26)

lib/rack_reverse_proxy/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#:nodoc:
22
module RackReverseProxy
3-
VERSION = "0.12.0".freeze
3+
VERSION = "1.0.0-unreleased".freeze
44
end

0 commit comments

Comments
 (0)