Skip to content

Commit

Permalink
Prepare for v5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metaskills committed Jul 20, 2023
1 parent 0db0d25 commit b94e8a3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

See this http://keepachangelog.com link for information on how we want this documented formatted.

## v5.2.0

### Fixed

- Safely Pass Percent Symbols in Paths Fixes #170

## v5.1.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
lamby (5.1.0)
lamby (5.2.0)
lambda-console-ruby
rack

Expand Down
2 changes: 1 addition & 1 deletion lib/lamby/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Lamby
VERSION = '5.1.0'
VERSION = '5.2.0'
end

0 comments on commit b94e8a3

Please sign in to comment.