Skip to content

Commit

Permalink
Bump 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Jun 27, 2023
1 parent 3e13123 commit 2c32f4d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## master (unreleased)

## 1.2.2 (2023-06-27)

- Ignore inaccessible connection pools in `before_all`. ([@bf4][])

See [#267](https://github.com/test-prof/test-prof/pull/267).

## 1.2.1 (2023-03-22)

- Fix regression with `before_all(setup_fixtures: true)` and `rspec-rails` v6.0+. ([@palkan][])
Expand Down Expand Up @@ -356,3 +362,4 @@ See [changelog](https://github.com/test-prof/test-prof/blob/v0.8.0/CHANGELOG.md)
[@markedmondson]: https://github.com/markedmondson
[@cbarton]: https://github.com/cbarton
[@peret]: https://github.com/peret
[@bf4]: https://github.com/bf4
2 changes: 1 addition & 1 deletion lib/test_prof/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module TestProf
VERSION = "1.2.1"
VERSION = "1.2.2"
end

0 comments on commit 2c32f4d

Please sign in to comment.