Skip to content

Commit

Permalink
Fix syntax error in installations schema, patch version bump + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dmosorast committed Jul 17, 2018
1 parent bd90b75 commit 3acfdbd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.0.7
* Fix syntax error in `installations.json` schema from 0.0.6

## 0.0.6
* Remove the `"format": "uri"` elements from installations json schema

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='tap-appsflyer',
version='0.0.6',
version='0.0.7',
description='Singer.io tap for extracting data from the AppsFlyer API',
author='Stitch, Inc.',
url='http://singer.io',
Expand Down
4 changes: 2 additions & 2 deletions tap_appsflyer/schemas/raw_data/installations.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,13 +139,13 @@
"type": [
"null",
"string"
],
]
},
"original_url": {
"type": [
"null",
"string"
],
]
},
"user_agent": {
"type": [
Expand Down

0 comments on commit 3acfdbd

Please sign in to comment.