diff --git a/project/history.go b/project/history.go
index 5c6f2eec2f22b3e59400512101e920cb83342c15..3c337c2fa8b914e8b73a8da3739fad7003e935a2 100644
--- a/project/history.go
+++ b/project/history.go
@@ -11,6 +11,8 @@ import (
 // To cut a new release add a release to the front of this slice then run the
 // release tagging script: ./scripts/tag_release.sh
 var History relic.ImmutableHistory = relic.NewHistory("Hyperledger Burrow").MustDeclareReleases(
+	"0.18.0",
+	`Prerelease`,
 	"0.17.1",
 	`Minor tweaks to docker build file`,
 
diff --git a/scripts/deps/bos.sh b/scripts/deps/bos.sh
index 71546865e0eebea444736af83e2ed337430d4a6b..75c3e20e329d06e1485f3794cad8a28e67058a9b 100755
--- a/scripts/deps/bos.sh
+++ b/scripts/deps/bos.sh
@@ -1,4 +1,4 @@
 #!/usr/bin/env bash
 
 # The git revision of Bosmarmot/bos we will build and install into ./bin/ for integration tests
-echo "37de30c0d29ddc6960a3aa285607fe5939071a78"
+echo "d12b45c733a02c0c6dd70fc7e0563e5e3ef4a68c"
\ No newline at end of file