File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ Unreleased]
8+
9+ ### Added
10+ * Accept both ` artifact_paths ` (preferred) and ` artifacts ` (alternative) field names in plugin configuration for backward compatibility (#120 )
11+
12+ ### Fixed
13+ * Fix ` artifact_paths ` field being ignored when specified in plugin configuration. Both ` artifact_paths ` and ` artifacts ` now work correctly (#120 )
14+ * Fix typo in test case: "artifiact" → "artifact"
15+ * Fix BATS test failures caused by unbound ` BUILDKITE_PLUGINS_PATH ` variable in hooks/command
16+
717## [ v1.6.0]
818
919### Added
You can’t perform that action at this time.
0 commit comments