Skip to content

Commit 08f2724

Browse files
author
Andy Lu
authored
Bump version, update changelog (#226)
1 parent 396a4a1 commit 08f2724

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
# 3.3.3
4+
* Fix `translate_state` to not delete state [#224](https://github.com/singer-io/tap-github/pull/224)
5+
* Add unit tests to prove there's a bug and prevent future regression
6+
37
# 3.3.2
48
* Fix check for bad credentials [#222](https://github.com/singer-io/tap-github/pull/222)
59

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.2',
6+
version='3.3.3',
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)