Skip to content

Commit

Permalink
release v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieujobin committed Sep 8, 2023
1 parent 4d7cfbf commit 5b6a150
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@
suite.javascript_packs += ["your-custom-pack.js"]
```

### 1.3.0
### 1.4.0 Sep 8, 2023

* Fix CI
* Unfortunately disable a few tests with Ruby 3.x, they still pass with 2.x
* Adding support for multiple test suites through options #511
* fix instrumentation to support puma >= 6.2 (#600) (#601)

### 1.3.0 Mar 19, 2021

* Officially drops support for Ruby 2.4 and Rails earlier than 4.2.11

Expand Down
2 changes: 1 addition & 1 deletion lib/teaspoon/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Teaspoon
VERSION = "1.3.0"
VERSION = "1.4.0"
end

0 comments on commit 5b6a150

Please sign in to comment.