Skip to content

Commit 089ea55

Browse files
committed
Version 1.4.0
1 parent 10614f8 commit 089ea55

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
### 1.4.0 March 20, 2015
4+
5+
* Added RackMapped adapter which allows Webmachine apps to be mounted
6+
at a non-root path using Rack::Map.
7+
Thanks to [Julian Doherty](https://github.com/madlep) for writing this.
8+
39
### 1.3.1 January 15, 2015
410

511
* Fixed URI construction, including handling IPv6 addresses, when the

lib/webmachine/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Webmachine
22
# Library version
3-
VERSION = "1.3.1".freeze
3+
VERSION = "1.4.0".freeze
44

55
# String for use in "Server" HTTP response header, which includes
66
# the {VERSION}.

0 commit comments

Comments
 (0)