Skip to content

Commit

Permalink
Bump version to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminwil committed Jan 31, 2024
1 parent 25c4ad9 commit 7aff165
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 16 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

- Nothing yet.

## v1.0.0

### Added

- [#190](https://github.com/SuperGoodSoft/solidus_taxjar/pull/190) Add transaction sync batch show page
Expand Down
15 changes: 1 addition & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,20 +68,7 @@ particularly helpful.
[active-job-basics]: https://edgeguides.rubyonrails.org/active_job_basics.html
[active-job-execution]: https://edgeguides.rubyonrails.org/active_job_basics.html#job-execution

## Project Status

<!-- FIXME: Modify the following paragraph for the v1.0 release. -->

This extension is under active development and not yet at a v1.0 release, but
it's currently being used in production by multiple Solidus stores.

Requirements for TaxJar integrations vary as some stores also need reporting,
which isn't provided out of the box by this extension. This is because
individual stores will be using different background job frameworks or runners
(Sidekiq, delayed_job, ActiveJob, etc.) and a reliable integration will rely on
one of these. Because this part of the integration is small, we've chosen to
provide the transaction reporting functionality, but have skipped directly
integrating it.
## Developer Support

If you're having trouble integrating this extension with your store and would
like some assistance, please reach out to Jared via e-mail at [jared@super.gd](mailto:jared@super.gd)
Expand Down
2 changes: 1 addition & 1 deletion lib/super_good/solidus_taxjar/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module SuperGood
module SolidusTaxjar
VERSION = "0.18.2"
VERSION = "1.0.0"
end
end

0 comments on commit 7aff165

Please sign in to comment.