Skip to content

Commit d1bb3de

Browse files
Prepare next release
1 parent e06ea40 commit d1bb3de

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [1.1.0] - 2019-10-27
911
### Changed
1012
- Decrease the default cache period to 10min from 24h.
1113
This is to better handle use cases that require fresh [security data](https://ipregistry.co/docs/proxy-tor-threat-detection#content).
@@ -17,5 +19,6 @@ https://github.com/ipregistry/ipregistry-python#caching
1719

1820
- First public release.
1921

20-
[Unreleased]: https://github.com/ipregistry/ipregistry-javascript/compare/1.0.0...HEAD
22+
[Unreleased]: https://github.com/ipregistry/ipregistry-javascript/compare/1.1.0...HEAD
23+
[1.1.0]: https://github.com/ipregistry/ipregistry-javascript/releases/tag/1.0.0...1.1.0
2124
[1.0.0]: https://github.com/ipregistry/ipregistry-javascript/releases/tag/1.0.0

ipregistry/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ipregistry"
22

3-
__version__ = "1.0.1"
3+
__version__ = "1.1.0"
44

55
from .cache import *
66
from .core import *

0 commit comments

Comments
 (0)