Skip to content

Commit

Permalink
Release 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Feb 11, 2020
1 parent 3451bda commit a996668
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## master
## Release 3.0.2

- CHANGED: User-agent format has been changed to prepend custom token before default token.

Expand Down
2 changes: 1 addition & 1 deletion lib/dnsimple.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const services = {
zones: require('./dnsimple/zones'),
};

Dnsimple.VERSION = '3.0.1';
Dnsimple.VERSION = '3.0.2';
Dnsimple.DEFAULT_TIMEOUT = require('http').createServer().timeout;
Dnsimple.DEFAULT_BASE_URL = 'https://api.dnsimple.com';
Dnsimple.DEFAULT_USER_AGENT = 'dnsimple-node/' + Dnsimple.VERSION;
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": "dnsimple",
"version": "3.0.1",
"version": "3.0.2",
"description": "A Node.JS client for the DNSimple API.",
"keywords": [
"dnsimple",
Expand Down

0 comments on commit a996668

Please sign in to comment.