Skip to content

Commit

Permalink
Update CHANGELOG and version
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardopacheco committed Apr 22, 2024
1 parent cc10cca commit 0749ef9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## [Unreleased]

## [0.8.7] - 2024-04-23

### Added

- Removing default values from relations;
- Rebuild factories to not contain default values;
- Add automated tests for auction relations;

## [0.8.6] - 2024-04-23

### Added
Expand Down
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:
auction_fun_core (0.8.6)
auction_fun_core (0.8.7)
activesupport (= 7.1.3.2)
bcrypt (= 3.1.20)
dotenv (= 3.1.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/auction_fun_core/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module AuctionFunCore
VERSION = "0.8.6"
VERSION = "0.8.7"

# Required class module is a gem dependency
class Version; end
Expand Down
2 changes: 1 addition & 1 deletion spec/auction_fun_core_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

RSpec.describe AuctionFunCore do
it "has a version number" do
expect(AuctionFunCore::VERSION).to eq("0.8.6")
expect(AuctionFunCore::VERSION).to eq("0.8.7")
end
end

0 comments on commit 0749ef9

Please sign in to comment.