Skip to content

Commit

Permalink
Bump version to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eeng committed Jul 13, 2024
1 parent d2ce707 commit 294234d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,17 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## [2.0.0] - 2020-10-28
## [2.3.0] - 2024-07-13

### Added
- Upgrade Ruby to 3.3.4
- Upgrade Savon to 2.15.1

- Long overdue CHANGELOG file.
- Include `httpclient` dependency so we can wrap network errors.
## [2.2.0] - 2023-03-19

### Changed
- Handle Savon::HTTPError

## [2.0.0] - 2020-10-28

- Long overdue CHANGELOG file.
- Include `httpclient` dependency so we can wrap network errors.
- Rename `Afipws::WSError` to `Afipws::Error`, and create subclasses to distinguish between different types of errors.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
afipws (2.2.0)
afipws (2.3.0)
activesupport
builder
httpclient
Expand Down
2 changes: 1 addition & 1 deletion lib/afipws/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Afipws
VERSION = '2.2.0'
VERSION = '2.3.0'
end

0 comments on commit 294234d

Please sign in to comment.