diff --git a/CHANGELOG.md b/CHANGELOG.md
index 805928a..0c5267f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,28 +2,45 @@
**Topics**
-- v1\.2\.0
+- v1\.3\.0
- Release Summary
- Minor Changes
- - Bugfixes
-- v1\.1\.0
+- v1\.2\.0
- Release Summary
- Minor Changes
-- v1\.0\.0
+ - Bugfixes
+- v1\.1\.0
- Release Summary
- Minor Changes
+- v1\.0\.0
+ - Release Summary
+ - Minor Changes
- Bugfixes
+
+## v1\.3\.0
+
+
+### Release Summary
+
+Improved shell startup performance by lazy\-loading and caching bash
+completions in the install\_cloud\_clis role\.
+
+
+### Minor Changes
+
+* install\_cloud\_clis \- lazy\-load and cache bash completions to eliminate subprocess spawns at shell startup
+
## v1\.2\.0
-
+
### Release Summary
Extends install\_cloud\_clis with OCM and Google Workspace CLIs\, hardens ROSA
installs against mirror lag\, and isolates per\-CLI failures\.
-
+
### Minor Changes
* install\_cloud\_clis role \- add Google Workspace CLI \(gws\) installation from GitHub releases
@@ -39,12 +56,12 @@ installs against mirror lag\, and isolates per\-CLI failures\.
## v1\.1\.0
-
+
### Release Summary
Feature release adding systemd unit management\, sysctl configuration\, and package replacement capabilities\.
-
+
### Minor Changes
* Add ansible\.posix collection dependency\.
@@ -57,12 +74,12 @@ Feature release adding systemd unit management\, sysctl configuration\, and pack
## v1\.0\.0
-
+
### Release Summary
Initial release of the collection
-
+
### Minor Changes
* Add openshift\_local role to install or upgrade OpenShift Local \(CRC\) with optional host checks\, configurable crc settings\, and \~/\.bashrc completion\.
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 89fdfc9..450dcec 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -4,6 +4,20 @@ Branic System Management Collection Release Notes
.. contents:: Topics
+v1.3.0
+======
+
+Release Summary
+---------------
+
+Improved shell startup performance by lazy-loading and caching bash
+completions in the install_cloud_clis role.
+
+Minor Changes
+-------------
+
+- install_cloud_clis - lazy-load and cache bash completions to eliminate subprocess spawns at shell startup
+
v1.2.0
======
diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml
index 9ca2209..d9906e9 100644
--- a/changelogs/.plugin-cache.yaml
+++ b/changelogs/.plugin-cache.yaml
@@ -13,4 +13,4 @@ plugins:
shell: {}
strategy: {}
vars: {}
-version: 1.2.0
+version: 1.3.0
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml
index 2b15609..05701fe 100644
--- a/changelogs/changelog.yaml
+++ b/changelogs/changelog.yaml
@@ -128,3 +128,18 @@ releases:
- install-cloud-clis-ocm-cli.yml
- install-cloud-clis-rosa-mirror-probe.yml
release_date: '2026-05-21'
+ 1.3.0:
+ changes:
+ minor_changes:
+ - install_cloud_clis - lazy-load and cache bash completions to eliminate subprocess
+ spawns at shell startup
+ release_summary: 'Improved shell startup performance by lazy-loading and caching
+ bash
+
+ completions in the install_cloud_clis role.
+
+ '
+ fragments:
+ - lazy-load-bash-completions.yml
+ - release-summary.yml
+ release_date: '2026-06-15'
diff --git a/changelogs/fragments/lazy-load-bash-completions.yml b/changelogs/fragments/lazy-load-bash-completions.yml
deleted file mode 100644
index 8e488e6..0000000
--- a/changelogs/fragments/lazy-load-bash-completions.yml
+++ /dev/null
@@ -1,3 +0,0 @@
----
-minor_changes:
- - install_cloud_clis - lazy-load and cache bash completions to eliminate subprocess spawns at shell startup
diff --git a/galaxy.yml b/galaxy.yml
index a6924f7..1cdd81c 100644
--- a/galaxy.yml
+++ b/galaxy.yml
@@ -5,7 +5,7 @@
namespace: "branic"
name: "system_management"
-version: 1.2.0
+version: 1.3.0
readme: README.md
authors:
- Brant Evans