diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b49f9f..b003c72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Added +- Add `--index` flag to `publish` command to publish to a specific index by @daimond113 + ### Fixed - Use a different algorithm for finding a CAS directory to avoid issues with mounted drives by @daimond113 - Remove default.project.json from Git pesde dependencies by @daimond113