Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

Notable changes to Pisoni will be tracked in this document.

## 1.31.0 - 2026-07-03

### Added

- Batch update support for applications via `Application.save_batch`. [#37](https://github.com/3scale/pisoni/pull/37)
- Qlty integration for code quality and coverage reporting, replacing codeclimate. [#39](https://github.com/3scale/pisoni/pull/39)

### Changed

- Updated Faraday dependency to allow >= 2.14.3 (removed <= 2.9 cap). [#36](https://github.com/3scale/pisoni/pull/36)
- Minimum Ruby version bumped from 2.6 to 3.0 (required by Faraday >= 2.9). [#36](https://github.com/3scale/pisoni/pull/36)
- CircleCI now requires manual approval before running builds. [#38](https://github.com/3scale/pisoni/pull/38)
- Pinned minitest to ~> 5.0 to prevent breakage from minitest 6. [#36](https://github.com/3scale/pisoni/pull/36)

## 1.30.0 - 2024-02-29

### Changed
Expand Down
2 changes: 1 addition & 1 deletion lib/3scale/core/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module ThreeScale
module Core
VERSION = '1.30.0'
VERSION = '1.31.0'
end
end