Skip to content

Commit

Permalink
Bump version to 0.4.1 with Ruby 3.3.0 compatibility improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
RWKotulski committed Nov 25, 2024
1 parent 212b670 commit ae103c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog

## [0.4.0] - 2024-11-20
## [0.4.1] - 2024-11-26

- Improved: Compatibility with Ruby 3.3.0.


## [0.4.0] - 2024-11-26
### Added
- **Webhook Support**: Integrated Leonardo.ai's webhook feature to handle asynchronous image generation results. Applications can now automatically process results via a webhook callback.
- **Rails Generator**: Added a generator to set up the webhook integration in Rails applications. This includes:
Expand Down
2 changes: 1 addition & 1 deletion lib/leoandruby/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Leoandruby
VERSION = "0.4.0"
VERSION = "0.4.1"
end

0 comments on commit ae103c3

Please sign in to comment.