Skip to content

Commit

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

chore(main): release 2.3.0
  • Loading branch information
rmcastil authored Nov 29, 2024
2 parents 1737b72 + 3e81450 commit 67e9588
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.3.0](https://github.com/Wafris/wafris-rb/compare/v2.2.0...v2.3.0) (2024-11-29)


### Features

* downsync/upsync should happen concurrently ([f614061](https://github.com/Wafris/wafris-rb/commit/f6140616d264cf4bbcf5bf11780c9c328f042515))


### Bug Fixes

* Remove [Wafris] prefix as LogSuppressor already includes it ([fe167f7](https://github.com/Wafris/wafris-rb/commit/fe167f7fca68ce06b63290b05d3a168b2a081425))

## [2.2.0](https://github.com/Wafris/wafris-rb/compare/v2.1.2...v2.2.0) (2024-11-26)


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.2.0"
VERSION = "2.3.0"
end

0 comments on commit 67e9588

Please sign in to comment.