Skip to content

Commit 94da3a0

Browse files
authored
v bump (#356)
1 parent bc44bfd commit 94da3a0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## Unreleased
6-
76
### Added
87
### Fixed
8+
### Changed
9+
10+
## 1.12.1 - 2020-02-10
11+
### Fixed
912
- Fixed issue where client did not generate functions for deprecated API endpoints. (#353)
1013
### Changed
14+
- Changed `ServiceClient` to raise `CivisAPIError`. (#355)
1115
- Updated documentation language for CivisML version. (#358)
1216

1317
## 1.12.0 - 2020-01-14

civis/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.12.0"
1+
__version__ = "1.12.1"

0 commit comments

Comments
 (0)