Skip to content

Commit 2da04a5

Browse files
chore: release 2.1.1
1 parent cfd8a10 commit 2da04a5

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.1.0"
2+
".": "2.1.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.1.1](https://github.com/ymirapp/cli/compare/v2.1.0...v2.1.1) (2026-03-19)
4+
5+
6+
### Bug Fixes
7+
8+
* Disable provenance for docker image builds ([cfd8a10](https://github.com/ymirapp/cli/commit/cfd8a109499e14de938847f0b595f0fae2ae758d))
9+
310
## [2.1.0](https://github.com/ymirapp/cli/compare/v2.0.8...v2.1.0) (2026-03-15)
411

512

config/services.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ parameters:
66
hidden_directory: '%working_directory%/.ymir'
77
media_directory: '%hidden_directory%/media'
88
stub_directory: '%application_directory%/stubs'
9-
version: '2.1.0'
9+
version: '2.1.1'
1010

1111
services:
1212
_defaults:

0 commit comments

Comments
 (0)