Skip to content

Commit 7bc0c06

Browse files
author
Juliya Smith
committed
Merge pull request #9 in INT/security-event-cli from juliya.smith/changelog to master
* commit '0d902e29e59f8d20eb989bb6c3394993e7d1f061': Remove stuff from changelog Bump version Update changelog Update changelog
2 parents 646bd08 + 0d902e2 commit 7bc0c06

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

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

77
The intended audience of this file is for py42 consumers -- as such, changes that don't affect
8-
how a consumer would use the library (e.g. adding unit tests, updating documentation, etc) are not captured here.
8+
how a consumer would use the library (e.g. adding unit tests, updating documentation, etc) are not captured here.
9+
10+
## 0.1.1 - 2019-10-29
11+
12+
### Fixed
13+
- Issue where IOError message was inaccurate when using the wrong port for server destinations.
14+
15+
### Added
16+
- Error handling for all socket errors.
17+
- Error handling for IOError 'connection refused'.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="c42seceventcli",
5-
version="0.1.0",
5+
version="0.1.1",
66
description="CLI for retrieving Code42 Exfiltration Detection events",
77
packages=find_packages(include=["c42seceventcli", "c42seceventcli.*"]),
88
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4",

0 commit comments

Comments
 (0)