Skip to content

Commit

Permalink
chore: prep release v0.1.3 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaireDavis authored Oct 26, 2023
1 parent 3e7c0b2 commit 25e13f9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions packages/test_track/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.1.3

## What's Changed
* fix: avoid calling handler.next more than once in RetryInterceptor by @btrautmann in https://github.com/Betterment/test_track_dart_client/pull/42
* chore: prep 0.1.2 release by @btrautmann in https://github.com/Betterment/test_track_dart_client/pull/43
* chore: upgrade dependencies by @ClaireDavis in https://github.com/Betterment/test_track_dart_client/pull/44

## New Contributors
* @ClaireDavis made their first contribution in https://github.com/Betterment/test_track_dart_client/pull/44

**Full Changelog**: https://github.com/Betterment/test_track_dart_client/compare/v0.1.1...v0.1.3

## 0.1.2
* fix: avoid calling handler.next more than once in RetryInterceptor by @btrautmann in https://github.com/Betterment/test_track_dart_client/pull/42

Expand Down
2 changes: 1 addition & 1 deletion packages/test_track/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: test_track
description: The dart client for the TestTrack system. It provides client-side split-testing and feature-toggling through a simple API.
version: 0.1.2
version: 0.1.3
homepage: https://github.com/Betterment/test_track_dart_client
repository: https://github.com/Betterment/test_track_dart_client

Expand Down

0 comments on commit 25e13f9

Please sign in to comment.