Skip to content

Commit

Permalink
chore(main): release 0.3.1 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie authored Nov 3, 2024
1 parent 999ded0 commit cd6e22e
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.3.0"
".": "0.3.1"
}
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.1](https://github.com/somleng/rate_center/compare/v0.3.0...v0.3.1) (2024-11-03)


### Bug Fixes

* Don't allow duplicate rate centers ([#36](https://github.com/somleng/rate_center/issues/36)) ([999ded0](https://github.com/somleng/rate_center/commit/999ded0ed2e077e21b1c2d721dc2634c74e0041d))

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


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.3.0"
VERSION = "0.3.1"
end

0 comments on commit cd6e22e

Please sign in to comment.