Skip to content

Commit f704e2f

Browse files
committed
Fixup changelog / bump version to 1.3.6
1 parent b692823 commit f704e2f

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
## 1.3.5
1+
## 1.3.6
22

3-
* Fix `rails test` command to run in test environment #403 - @eileencodes
43
* Ensure the spawned server is loaded from the same version of the Spring gem
54
as the client. Issue #295.
65

6+
## 1.3.5
7+
8+
* Fix `rails test` command to run in test environment #403 - @eileencodes
9+
710
## 1.3.4
811

912
* Add `rails test` command.

lib/spring/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Spring
2-
VERSION = "1.3.5"
2+
VERSION = "1.3.6"
33
end

0 commit comments

Comments
 (0)