diff --git a/docs/src/info/changelog.txt b/docs/src/info/changelog.txt
index c29518df..ed91a8c6 100644
--- a/docs/src/info/changelog.txt
+++ b/docs/src/info/changelog.txt
@@ -5,7 +5,18 @@ http://www.springsource.org/spring-shell
Commit changelog: http://github.com/SpringSource/spring-shell/tree/[version]
Issues changelog: http://jira.springsource.org/secure/ReleaseNote.jspa?projectId=10361
-Changes in version 1.1 RC1 (2014-4-15)
+Changes in version 1.1 RC3 (2014-5-16)
+--------------------------------------
+** Bug
+* [SHL-140] - Fix completions for the "help" builtin command
+
+** Improvement
+* [SHL-134] - Grab the entire input line as parameter to CliCommand
+* [SHL-139] - Add support for common escapes
+* [SHL-143] - Upgrade to gradle 1.11
+* [SHL-149] - Upgrad to Spring Framework 4
+
+Changes in version 1.1 RC2 (2014-4-15)
--------------------------------------
** Bug
* [SHL-133] - Shell command "! ls /tmp" fails
diff --git a/gradle.properties b/gradle.properties
index 9fbd0781..3f7f7818 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,7 +1,7 @@
slf4jVersion=1.7.2
jlineVersion=2.11
junitVersion=4.11
-springVersion=3.1.2.RELEASE
+springVersion=4.0.3.RELEASE
commonsioVersion=2.3
hamcrestVersion=1.3
version=1.1.0.BUILD-SNAPSHOT
diff --git a/samples/helloworld/pom.xml b/samples/helloworld/pom.xml
index 0281bf94..e3bdb99f 100644
--- a/samples/helloworld/pom.xml
+++ b/samples/helloworld/pom.xml
@@ -11,7 +11,7 @@
http://maven.apache.org
- 1.1.0.RC2
+ 1.1.0.RC3
org.springframework.shell.Bootstrap
1.2.17
4.10
diff --git a/samples/helloworld/readme.txt b/samples/helloworld/readme.txt
index 0b618bab..110843b2 100644
--- a/samples/helloworld/readme.txt
+++ b/samples/helloworld/readme.txt
@@ -4,7 +4,7 @@ Maven 3:
$>mvn package
2.run spring shell
- $>java -jar target/helloworld-1.0.1.RELEASE.jar
+ $>java -jar target/helloworld-1.1.0.RELEASE.jar