Skip to content

Commit

Permalink
Prepare for 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Nov 14, 2016
1 parent 637f7e8 commit 494fd0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions dev-bin/release.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,7 @@ if ((Read-Host -Prompt 'Should push? (y/n)') -ne 'y') {
& git push

Pop-Location
& git tag "$tag"
& hub release create "$tag"
& git push
& git push --tags

& nuget push "MaxMind.MinFraud/bin/Release/MaxMind.MinFraud.$version.nupkg" -Source https://www.nuget.org/api/v2/package
2 changes: 1 addition & 1 deletion releasenotes.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Release Notes
=============

1.2.0
1.2.0 (2016-11-14)
------------------

* Added `/credit_card/token` input. Use the `token` constructor parameter on
Expand Down

0 comments on commit 494fd0f

Please sign in to comment.