Skip to content

Commit

Permalink
Merge pull request #218 from Shopify/ana-release-new-version
Browse files Browse the repository at this point in the history
New version
  • Loading branch information
anaclaudiar committed Jan 18, 2024
2 parents 0845d0d + 2e203a0 commit 44cba9f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

## 6.7.0
- Update dependencies like dnsimple, thor, ruby-limiter

## 6.6.0
- Update ruby version

Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ record-store validate_initial_state # Validates state hasn't diverged since t
record-store validate_records # Validates that all DNS records have valid definitions
```

## Releasing a new version
* Bump the version [here](https://github.com/Shopify/record_store/blob/main/lib/record_store/version.rb).
* Add to CHANGELOG [here](https://github.com/Shopify/record_store/blob/main/CHANGELOG.md).
* PR, merge and shipit [here](https://shipit.shopify.io/shopify/record_store/production).


## Providers

Below is the list of DNS providers supported by Record Store. PRs [adding more](#adding-new-providers) are welcome.
Expand Down
2 changes: 1 addition & 1 deletion lib/record_store/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RecordStore
VERSION = '6.6.0'.freeze
VERSION = '6.7.0'.freeze
end

0 comments on commit 44cba9f

Please sign in to comment.