From f67a51bb0e7178fa3d5d53718ddbc699b9bcb781 Mon Sep 17 00:00:00 2001 From: Ross Light Date: Mon, 8 Mar 2021 09:27:36 -0800 Subject: [PATCH] CHANGELOG: add notes for 0.5.8 and 0.6.3 --- CHANGELOG.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e20bf6d..56fbb4c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,29 @@ The format is based on [Keep a Changelog][], and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). [Keep a Changelog]: https://keepachangelog.com/en/1.0.0/ -[Unreleased]: https://github.com/yourbase/yb/compare/v0.6.2...HEAD +[Unreleased]: https://github.com/yourbase/yb/compare/v0.6.3...HEAD + +## [0.6.3][] - 2021-03-08 + +Version 0.6.3 changes the build environment keychain name. + +[0.6.3]: https://github.com/yourbase/yb/releases/tag/v0.6.3 + +### Changed + +- On macOS, the empty, default keychain that yb creates will now be called + `login` instead of `yb` for compatibility with more programs. + +## [0.5.8][] - 2021-03-08 + +Version 0.5.8 backports a change to the build environment keychain name. + +[0.5.8]: https://github.com/yourbase/yb/releases/tag/v0.5.8 + +### Changed + +- On macOS, the empty, default keychain that yb creates will now be called + `login` instead of `yb` for compatibility with more programs. ## [0.6.2][] - 2021-03-01