Skip to content

Commit

Permalink
v0.41.0 (#3531)
Browse files Browse the repository at this point in the history
## Highlights

- An updated Taho token list! This will start auto-updating Soon™.

## What's Changed
* Update Taho token list reference by @kkosiorowska in
#3506
* Don't run e2e tests when workflow is triggered by push of tag by
@michalinacienciala in #3514
* Fix throwing NFT filters panel by @jagodarybacka in
#3513
* Use gas price from 0x quote to setup swap transaction by
@jagodarybacka in #3516
* v0.40.0 by @hyphenized in
#3507
* Add cron job to sync pledge signers by @hyphenized in
#3505
* Fix invalid workflow file by @hyphenized in
#3519
* Remove workflow trigger used for testing by @hyphenized in
#3520
* Fix migration for cleaning account balances by @jagodarybacka in
#3527
* v0.40.1 with op swaps gas price hotfix by @Shadowfiend in
#3518
* v0.40.2 - accounts migration fix by @jagodarybacka in
#3529


**Full Changelog**:
v0.40.2...v0.41.0

Latest build:
[extension-builds-3531](https://github.com/tahowallet/extension/suites/14093546910/artifacts/788185513)
(as of Thu, 06 Jul 2023 02:05:27 GMT).
  • Loading branch information
kkosiorowska authored Jul 10, 2023
2 parents a39b9b4 + b87d70c commit 1e2ecce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/BUG.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ body:
label: Version
description: What version of the extension are you running?
options:
- v0.41.0
- v0.40.2
- v0.40.1
- v0.40.0
Expand Down
2 changes: 1 addition & 1 deletion manifest/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Taho",
"version": "0.40.2",
"version": "0.41.0",
"description": "The community owned and operated Web3 wallet.",
"homepage_url": "https://taho.xyz",
"author": "https://taho.xyz",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tallyho/tally-extension",
"private": true,
"version": "0.40.2",
"version": "0.41.0",
"description": "Taho, the community owned and operated Web3 wallet.",
"main": "index.js",
"repository": "git@github.com:thesis/tally-extension.git",
Expand Down

0 comments on commit 1e2ecce

Please sign in to comment.