Skip to content

Commit 67bad82

Browse files
authored
bump version to v3.3.2 and update changelog (#223)
1 parent 7241a86 commit 67bad82

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
# 3.3.2
4+
* Fix check for bad credentials [#222](https://github.com/singer-io/tap-github/pull/222)
5+
36
# 3.3.1
47
* Fix new pylint issues [#221](https://github.com/singer-io/tap-github/pull/221)
58

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup, find_packages
44

55
setup(name='tap-github',
6-
version='3.3.1',
6+
version='3.3.2',
77
description='Singer.io tap for extracting data from the GitHub API',
88
author='Stitch',
99
url='http://singer.io',

0 commit comments

Comments
 (0)