Skip to content

Commit

Permalink
Add CHANGELOG.md and set version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
franloza committed Dec 27, 2021
1 parent 60714eb commit 7c6bfcc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog

## 0.1.0
* Initial stream development. Added the following streams:
* Pipelines
* Workflows
* Jobs
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tap-circle-ci"
version = "0.0.1"
version = "0.1.0"
description = "`tap-circle-ci` is a Singer tap for CircleCI, built with the Meltano SDK for Singer Taps."
authors = ["Fran Lozano"]
keywords = [
Expand Down

0 comments on commit 7c6bfcc

Please sign in to comment.