Skip to content

Commit

Permalink
chore(main): release 0.3.0 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie authored Oct 31, 2024
1 parent a05c004 commit 0394e68
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.0"
".": "0.3.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.0](https://github.com/somleng/rate_center/compare/v0.2.0...v0.3.0) (2024-10-31)


### Features

* Support Canadian Rate Centers ([#34](https://github.com/somleng/rate_center/issues/34)) ([a05c004](https://github.com/somleng/rate_center/commit/a05c004c4ed841d31cff4d77c4278a289832cced))

## [0.2.0](https://github.com/somleng/rate_center/compare/v0.1.7...v0.2.0) (2024-10-12)


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

module RateCenter
VERSION = "0.2.0"
VERSION = "0.3.0"
end

0 comments on commit 0394e68

Please sign in to comment.