From 122ccd27a82df3b5dfdae03d577fbc89e2d7785a Mon Sep 17 00:00:00 2001
From: Gerald Byrket <gbyrket@osc.edu>
Date: Fri, 10 Dec 2021 15:15:54 -0500
Subject: [PATCH] Added changes related to adding pitzer support for matlab

---
 CHANGELOG.md | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index f87bca8..4ec6ebf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,12 @@ 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.10.0] - 2021-12-10
+### Added
+- [15](https://github.com/OSC/bc_osc_matlab/pull/15)
+  - Enabled the Pitzer Cluster in Matlab along with the related selection configurations.
+  - Migrated all select functionality to the new Dynamic JS select functionality.
+
 ## [0.9.0] - 2021-01-20
 ### Added
 - [13](https://github.com/OSC/bc_osc_matlab/pull/13)
@@ -82,7 +88,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.9.0...HEAD
+[Unreleased]: https://github.com/OSC/bc_osc_matlab/compare/v0.10.0...HEAD
+[0.10.0]: https://github.com/OSC/bc_osc_matlab/compare/v0.9.0...v0.10.0
 [0.9.0]: https://github.com/OSC/bc_osc_matlab/compare/v0.8.0...v0.9.0
 [0.8.0]: https://github.com/OSC/bc_osc_matlab/compare/v0.7.0...v0.8.0
 [0.7.0]: https://github.com/OSC/bc_osc_matlab/compare/v0.6.1...v0.7.0
-- 
GitLab