From 0defa0d121a8887b1c63d9320fd3a3bf36c679bb Mon Sep 17 00:00:00 2001 From: Luke Hill <20105237+luke-hill@users.noreply.github.com> Date: Fri, 7 Jul 2023 13:57:51 +0100 Subject: [PATCH] Release/v4 0 3 (#160) * Update version * Update changelog --- CHANGELOG.md | 8 +++++++- lib/site_prism/version.rb | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ef5e459..c2f8af9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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!) @@ -1223,7 +1228,8 @@ impending major rubocop release - First release! -[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 diff --git a/lib/site_prism/version.rb b/lib/site_prism/version.rb index d2836c84..017d6ef2 100644 --- a/lib/site_prism/version.rb +++ b/lib/site_prism/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module SitePrism - VERSION = '4.0.2' + VERSION = '4.0.3' end