diff --git a/CHANGELOG.md b/CHANGELOG.md
index 584229e9656e4c14ae2fec59e912a9507176928d..6f86456d47195e85adff1e65cd93fb811353715d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
 and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
 
 ## [Unreleased]
+## [0.6.0]
+### Added
+- Adds a new Matlab default version of 2018b
+
 ## [0.5.1]
 ### Fixed
 - Fixed front end to allow ppn control to remain blank
@@ -59,7 +63,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
 ### Added
 - Initial release!
 
-[Unreleased]: https://github.com/OSC/bc_osc_matlab/compare/v0.5.1...HEAD
+[Unreleased]: https://github.com/OSC/bc_osc_matlab/compare/v0.6.0...HEAD
+[0.6.0]: https://github.com/OSC/bc_osc_matlab/compare/v0.5.1...v0.6.0
 [0.5.1]: https://github.com/OSC/bc_osc_matlab/compare/v0.5.0...v0.5.1
 [0.5.0]: https://github.com/OSC/bc_osc_matlab/compare/v0.4.0...v0.5.0
 [0.4.0]: https://github.com/OSC/bc_osc_matlab/compare/v0.3.0...v0.4.0
diff --git a/form.yml b/form.yml
index 526ab277f3f114292c74ee22cd3cab85a24af9ab..37810473f4ecbcccf66b944cbae15bbba4d12662 100644
--- a/form.yml
+++ b/form.yml
@@ -49,6 +49,7 @@ attributes:
     label: "MATLAB version"
     help: "This defines the version of MATLAB you want to load."
     options:
+      - [ "R2018b", "matlab/r2018b" ]
       - [ "R2018a", "matlab/r2018a" ]
       - [ "R2017a", "matlab/r2017a" ]
       - [ "R2016b", "matlab/r2016b" ]