diff --git a/CHANGELOG.md b/CHANGELOG.md index 25a414c..1925f32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## [Unreleased] +# [0.4.1] - 2025-01-27 + +- Adds `bold`, `italic`, `ordered_list`, `unordered_list`, `underline`, and `quote` icons +- Minor fixes to the attributes of `Inhouse` icons + ## [0.4.0] - 2024-12-18 - Removes `unsafe_raw` replaced with protos component generation diff --git a/lib/protos/icon/version.rb b/lib/protos/icon/version.rb index 492e429..272bc15 100644 --- a/lib/protos/icon/version.rb +++ b/lib/protos/icon/version.rb @@ -2,6 +2,6 @@ module Protos module Icon - VERSION = "0.4.0" + VERSION = "0.4.1" end end