Skip to content

Commit

Permalink
Update changelog and version (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-hill committed May 23, 2023
1 parent c89d30f commit 4561694
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Expand Up @@ -6,8 +6,14 @@
### Changed

### Fixed

## [4.0.2] - 2023-05-23
### Fixed
- Fixing loading issue where SitePrism would crash if `capybara/dsl` wasn't preloaded
([leoarnold])

- Fixing bug with Ruby 3 keyword arguments
([diego-aslz])
([diego-aslz] & [luke-hill])

## [4.0.1] - 2023-05-11
### Added
Expand Down Expand Up @@ -1339,3 +1345,5 @@ impending major rubocop release
[asavageiv]: https://github.com/asavageiv
[teyamagu]: https://github.com/teyamagu
[Be-brand]: https://github.com/Be-brand
[diego-aslz]: https://github.com/diego-aslz
[leoarnold]: https://github.com/leoarnold
2 changes: 1 addition & 1 deletion lib/site_prism/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module SitePrism
VERSION = '4.0.1'
VERSION = '4.0.2'
end

0 comments on commit 4561694

Please sign in to comment.