Skip to content

Commit

Permalink
Release/v4 0 3 (#160)
Browse files Browse the repository at this point in the history
* Update version

* Update changelog
  • Loading branch information
luke-hill committed Jul 7, 2023
1 parent 9d4fdaa commit 0defa0d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Expand Up @@ -3,6 +3,11 @@

### Added

### Changed

### Fixed

## [4.0.3] - 2023-07-07
### Changed
- The unit tests now by default use a proper rack app and test using a mocked html response
(No more hard-coded mocked responses, meaning our unit tests are **much more** realistic!)
Expand Down Expand Up @@ -1223,7 +1228,8 @@ impending major rubocop release
- First release!

<!-- Releases -->
[main]: https://github.com/site-prism/site_prism/compare/v4.0.2...main
[main]: https://github.com/site-prism/site_prism/compare/v4.0.3...main
[4.0.3]: https://github.com/site-prism/site_prism/compare/v4.0.2...v4.0.3
[4.0.2]: https://github.com/site-prism/site_prism/compare/v4.0.1...v4.0.2
[4.0.1]: https://github.com/site-prism/site_prism/compare/v4.0...v4.0.1
[4.0]: https://github.com/site-prism/site_prism/compare/v4.0.beta...v4.0
Expand Down
2 changes: 1 addition & 1 deletion lib/site_prism/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module SitePrism
VERSION = '4.0.2'
VERSION = '4.0.3'
end

0 comments on commit 0defa0d

Please sign in to comment.