Skip to content

Commit 6a50a59

Browse files
chore: bump version to v0.11.2 [ci skip]
1 parent 387c517 commit 6a50a59

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.11.2] - 2026-05-03
11+
12+
### Fixed
13+
- **PaymentRequired error** - Middleware now raises `Exa::PaymentRequired` on 402 responses instead of a generic error
14+
1015
## [0.11.1] - 2026-03-20
1116

1217
### Fixed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
exa-ai (0.11.1)
4+
exa-ai (0.11.2)
55
dotenv (~> 3.0)
66
faraday (~> 2.0)
77
toon-ruby (~> 0.1)

lib/exa/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Exa
4-
VERSION = "0.11.1"
4+
VERSION = "0.11.2"
55
end

0 commit comments

Comments
 (0)