diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 90eeef6..7c37fb1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.8.0" + ".": "4.8.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b5355b7..af85f32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [4.8.1](https://github.com/imagekit-developer/imagekit-ruby/compare/v4.8.0...v4.8.1) (2026-07-23) + + +### Chores + +* change default branch name ([9b3e035](https://github.com/imagekit-developer/imagekit-ruby/commit/9b3e0352461524f45131bc23b5a466116cc26745)) +* move to one repo structure ([c5b6c51](https://github.com/imagekit-developer/imagekit-ruby/commit/c5b6c513b4da32c2426a699c27f90225aae7e346)) + ## [4.8.0](https://github.com/imagekit-developer/imagekit-ruby/compare/v4.7.0...v4.8.0) (2026-07-14) diff --git a/README.md b/README.md index 82e3550..f308ec7 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ To use this gem, install via Bundler by adding the following to your application ```ruby -gem "imagekitio", "~> 4.8.0" +gem "imagekitio", "~> 4.8.1" ``` diff --git a/lib/imagekitio/version.rb b/lib/imagekitio/version.rb index 65c2c5c..a66be5d 100644 --- a/lib/imagekitio/version.rb +++ b/lib/imagekitio/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Imagekitio - VERSION = "4.8.0" + VERSION = "4.8.1" end