Skip to content
This repository was archived by the owner on Dec 17, 2023. It is now read-only.

Commit 5113e30

Browse files
authored
Release 0.2.0 (#39)
1 parent b53ed76 commit 5113e30

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
[PyPI History][1]
4+
5+
[1]: https://pypi.org/project/DISTRIBUTION NAME/#history
6+
7+
## 0.2.0
8+
9+
### New Features
10+
- Add v2 Endpoint (#38)
11+
12+
### Documentation
13+
- Add sample readme, and sample agent (#15)
14+
15+
### Internal / Testing Changes
16+
- Fix typo (#16)
17+

setup.py

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

2121
setup(
2222
name='dialogflow',
23-
version='0.1.0',
23+
version='0.2.0',
2424
author='Google LLC',
2525
author_email='[email protected]',
2626
classifiers=[

0 commit comments

Comments
 (0)