Skip to content

Commit a6fb6dc

Browse files
committed
version 0.4.0
1 parent 84d1526 commit a6fb6dc

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.4.0
2+
3+
* Ability to configure redirect paths (@jcmuller)
4+
* Added pry debugging gems for development (@jcmuller)
5+
* Support for Faraday pre v0.9.0
6+
17
## 0.3.0
28

39
* Support for Rails `>= 3.2`

lib/open_sesame/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# encoding: utf-8
22
module OpenSesame
3-
VERSION = "0.3.0"
3+
VERSION = "0.4.0"
44
end

0 commit comments

Comments
 (0)