From 677997759cc4cce9a56ab6decdb76f76651d1d88 Mon Sep 17 00:00:00 2001
From: Morgan Rodgers <mrodgers@osc.edu>
Date: Thu, 25 Apr 2019 11:40:50 -0400
Subject: [PATCH] Adds Matlab 2018b

---
 CHANGELOG.md | 7 ++++++-
 form.yml     | 1 +
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 584229e..6f86456 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 526ab27..3781047 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" ]
-- 
GitLab