Skip to content

Commit

Permalink
Bump version to 0.2.1 and update changelog
Browse files Browse the repository at this point in the history
- Fixed issue with gemfile preventing bundle install from functioning properly
  • Loading branch information
RWKotulski committed Nov 21, 2024
1 parent 1a0233d commit f1e3985
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@

## [0.2.0] - 2024-11-22

- Added: New Feature allows user to specify how many images to generate, defaulting to 1.
- Added: New Feature allows user to specify how many images to generate, defaulting to 1.

## [0.2.1] - 2024-11-22

- Fixed: Fixed issue with gemfile preventing bundle install functioning properly.
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.2.0"
VERSION = "0.2.1"
end

0 comments on commit f1e3985

Please sign in to comment.