Skip to content

Commit

Permalink
Release version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland Warmerdam committed Mar 3, 2015
1 parent be814db commit a7b4df8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file.
This project follows [Semantic Versioning](http://semver.org).

## 2.0.0 / 2015-03-04
- add: --concurrency option.
- change: set a default concurrency (maxSockets) to prevent DOSing sites on Node >=0.12.
- change: --compare option shorthand to -p.
- change: update dependencies.

## 1.4.0 / 2015-02-16
- change: detect misc ASP.NET UnhandledException errors.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medic",
"version": "1.4.0",
"version": "2.0.0",
"description": "Perform bulk URL status checks and track changes.",
"author": "Roland Warmerdam (https://rolandwarmerdam.co.nz)",
"keywords": [
Expand Down

0 comments on commit a7b4df8

Please sign in to comment.