Skip to content

Commit

Permalink
Merge pull request #92 from Wafris/release-please--branches--main--co…
Browse files Browse the repository at this point in the history
…mponents--wafris

chore(main): release 2.0.4
  • Loading branch information
rmcastil authored Oct 18, 2024
2 parents c3df82f + 464c22f commit e851cb5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [2.0.4](https://github.com/Wafris/wafris-rb/compare/v2.0.3...v2.0.4) (2024-10-18)


### Bug Fixes

* limit upsync to 10 seconds ([5aa9224](https://github.com/Wafris/wafris-rb/commit/5aa92246fceaa7d8acb1ce9a2a6c5df78cbf88ca))
* use a hash for request data ([b537ea2](https://github.com/Wafris/wafris-rb/commit/b537ea2b5935b1054b66aebe08efbbb6935378df))
* use read/rewind instead of string ([9c8f8bb](https://github.com/Wafris/wafris-rb/commit/9c8f8bb675f61693a8dc11d76d03367c64e93ddd))

## [2.0.3](https://github.com/Wafris/wafris-rb/compare/v2.0.2...v2.0.3) (2024-10-02)


Expand Down
2 changes: 1 addition & 1 deletion lib/wafris/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Wafris
VERSION = "2.0.3"
VERSION = "2.0.4"
end

0 comments on commit e851cb5

Please sign in to comment.