From 4c67095ac52e189a6a782886742365cf2c448432 Mon Sep 17 00:00:00 2001 From: "Beau Beauchamp, WebTigers" Date: Sun, 13 Sep 2026 20:53:21 -0400 Subject: [PATCH] chore(release): 1.6.2 Bundled module assets publish on migrate / update / link:assets (TIGER-123). Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01L8p9pLJ3DFstG3xZuh2QgZ --- CHANGELOG.md | 4 ++++ library/Tiger/Version.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9df56a7..b722ea7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ All notable changes to **Tiger Core** (`webtigers/tiger-core`). Format follows ## [Unreleased] +## [1.6.2] — 2026-09-13 + +**Module assets publish themselves.** + ### Fixed - **Bundled modules' assets are published automatically** (TIGER-123). Core modules are opt-out, so diff --git a/library/Tiger/Version.php b/library/Tiger/Version.php index 1316e10..47bf579 100644 --- a/library/Tiger/Version.php +++ b/library/Tiger/Version.php @@ -9,5 +9,5 @@ class Tiger_Version { /** Current Tiger Core version. Keep in lockstep with the git tag cut for a release. */ - const VERSION = '1.6.1'; + const VERSION = '1.6.2'; }