Skip to content

Commit 7e2af9d

Browse files
committed
feat: bump to 0.7.0
1 parent cf83029 commit 7e2af9d

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [0.7.0] - 2025-06-18
4+
5+
### Added
6+
* `submittals`: create endpoint for `get_statuses()`
7+
* `change_events`: create endpoints for `get_statuses()`, `get()`, `show()`, and `find()`
8+
* `change_events.ipynb`: add snippets for change events endpoints
9+
10+
### Changed
11+
* snippets: more testing of companies, projects, and submittals
12+
313
## [0.6.4] - 2025-05-28
414

515
### Added

setup.py

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

1313
setup(
1414
name="ProPyCore",
15-
version="0.6.4",
15+
version="0.7.0",
1616
author="Hagen E. Fritz",
1717
author_email="hfritz@r-o.com",
1818
description="Interact with Procore through Python for data connection applications",

0 commit comments

Comments
 (0)