Skip to content

Commit

Permalink
Prepare for version 0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Aug 4, 2023
1 parent e2bff4c commit bc68b11
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
## [Unreleased]

- Add accessors to X::Client
- Add configurable read timeout
- Handle network-related errors
- Add accessors to X::Client (e61fa73)
- Add configurable read timeout (41502b9)
- Handle network-related errors (9ed1fb4)
- Include response body in errors (a203e6a)

## [0.2.0] - 2023-08-02

Expand Down
2 changes: 1 addition & 1 deletion lib/x/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def major
end

def minor
2
3
end

def patch
Expand Down

0 comments on commit bc68b11

Please sign in to comment.