diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index ff2a9b15..2f0fb043 100755 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -30,6 +30,8 @@ body: description: What version of our Package are you running? options: - 1.0.0 + - 0.4.1 + - 0.4.0 - 0.3.0 - 0.2.0 - 0.1.0 diff --git a/composer.json b/composer.json index 2715fcc0..0bfe3196 100755 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "laravel", "lw-bits" ], - "version": "0.4.0", + "version": "0.4.1", "homepage": "https://github.com/t73biz/lw-bits", "license": "MIT", "authors": [ diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index b5a5d78c..258bca82 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to `lw-bits` will be documented in this file. + +## 0.4.1 - 2024-07-14 +Fixing Global Attributes + ## 0.4.0 - 2024-07-13 Adding Image and Multimedia components