diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6faceb8bd..25b7d93a0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,18 @@
+
+### 0.2.18-spr3 (2015-11-25)
+
+
+#### Bug Fixes
+
+* **files:** seperate directives for dl & slicing ([d6c4dde6](https://github.com/NCI-GDC/portal-ui/commit/d6c4dde6))
+* **search:** disease_type doesn't autofilter ([21ed658e](https://github.com/NCI-GDC/portal-ui/commit/21ed658e), closes [OICR-1206](https://jira.opensciencedatacloud.org/browse/OICR-1206))
+
+
+#### Features
+
+* **file:** bam slicing ui ([18177049](https://github.com/NCI-GDC/portal-ui/commit/18177049), closes [OICR-1432](https://jira.opensciencedatacloud.org/browse/OICR-1432))
+
+
### 0.2.15 (2015-09-30)
diff --git a/gulpfile.js b/gulpfile.js
index 27579c6f0..e94d0afe8 100755
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -57,7 +57,7 @@ gulp.task('logs', function () {
issueLink: function (id) {
return '[OICR-' + id + '](https://jira.opensciencedatacloud.org/browse/OICR-' + id + ')'
}
- ,from: "0aab30daaec5d6d839e2a85208ad84581599d433"
+// ,from: "0aab30daaec5d6d839e2a85208ad84581599d433"
}, function (err, log) {
fs.writeFile('CHANGELOG.md', log);
});
diff --git a/package.json b/package.json
index 54f7a5c06..791232121 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"author": "OICR",
"name": "gdc-portal-ui",
- "version": "0.2.15",
+ "version": "0.2.18-spr3",
"homepage": "",
"description": "",
"repository": "https://github.com/NCI-GDC/portal-ui",