Skip to content

Commit 1b6293c

Browse files
committed
Bump version to 1.7.0
1 parent ef2cad6 commit 1b6293c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
## Next release
1+
## 1.7.0
22

33
* Auto-restart server when server and client versions do not match
44
* Add `spring server` command to explicitly start a Spring server
55
process in the foreground, which logging to stdout. This will be
66
useful to those who want to run spring more explicitly, but the real
77
impetus was to enable running a spring server inside a Docker
88
container.
9+
* Numerous other tweaks to better support running Spring inside
10+
containers
911

1012
## 1.6.4
1113

lib/spring/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Spring
2-
VERSION = "1.6.4"
2+
VERSION = "1.7.0"
33
end

0 commit comments

Comments
 (0)