From eccd07161e70a084c40faafa6039dafc1065c6c3 Mon Sep 17 00:00:00 2001 From: Manu Lorente Date: Thu, 25 Jun 2026 09:10:54 +0200 Subject: [PATCH] chore(main): release 0.19.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ versions.conf | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 19ee807a..4a403c7d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.19.0" + ".": "0.19.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fd216b2..cf3b5365 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.19.1](https://github.com/mlorentedev/dotfiles/compare/v0.19.0...v0.19.1) (2026-06-25) + + +### Bug Fixes + +* **secrets:** deploy secrets/registry.yaml in setup so dotf secrets works ([#591](https://github.com/mlorentedev/dotfiles/issues/591)) ([bc33bbc](https://github.com/mlorentedev/dotfiles/commit/bc33bbcd4aa1d1130e93a04fabefd5debe03cfc6)) + ## [0.19.0](https://github.com/mlorentedev/dotfiles/compare/v0.18.0...v0.19.0) (2026-06-25) diff --git a/versions.conf b/versions.conf index 04a8a0eb..a82bd8e0 100644 --- a/versions.conf +++ b/versions.conf @@ -20,5 +20,5 @@ OPENCODE_VERSION=1.16.2 YARN_VERSION=1.22.22 PI_VERSION=0.79.1 # x-release-please-start-version -DOTF_VERSION=0.19.0 +DOTF_VERSION=0.19.1 # x-release-please-end