Skip to content

Commit

Permalink
chore: prep 0.1.2 release (#43)
Browse files Browse the repository at this point in the history
* chore: prep 0.1.2 release

* fix version in CHANGELOG
  • Loading branch information
btrautmann authored Aug 21, 2023
1 parent bd45392 commit e444fe4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/test_track/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 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


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

## 0.1.1
* chore: migrate to `sturdy_http` by @btrautmann in https://github.com/Betterment/test_track_dart_client/pull/38
* chore: tweak codeowners by @btrautmann in https://github.com/Betterment/test_track_dart_client/pull/39
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.1
version: 0.1.2
homepage: https://github.com/Betterment/test_track_dart_client
repository: https://github.com/Betterment/test_track_dart_client

Expand Down

0 comments on commit e444fe4

Please sign in to comment.