From 02e8e483a7b50bba51eaed75423c06bf80d298af Mon Sep 17 00:00:00 2001 From: Morgan Rodgers Date: Tue, 5 Nov 2019 12:35:19 -0500 Subject: [PATCH] Update changelog for release --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 374a740..df7cdbe 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.11.0] - 2019-11-05 +### Changed +- When a user has an IJulia installation that installation is used to generate a kernel.json file in the BC session share dir + ## [0.10.3] - 2019-10-31 ### Changed - Updated IJulia 1.0.0 kernel @@ -138,7 +142,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_jupyter/compare/v0.10.3...HEAD +[Unreleased]: https://github.com/OSC/bc_osc_jupyter/compare/v0.11.0...HEAD +[0.11.0]: https://github.com/OSC/bc_osc_jupyter/compare/v0.10.3...v0.11.0 [0.10.3]: https://github.com/OSC/bc_osc_jupyter/compare/v0.10.2...v0.10.3 [0.10.2]: https://github.com/OSC/bc_osc_jupyter/compare/v0.10.1...v0.10.2 [0.10.1]: https://github.com/OSC/bc_osc_jupyter/compare/v0.10.0...v0.10.1