We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc44bfd commit 94da3a0Copy full SHA for 94da3a0
CHANGELOG.md
@@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
## Unreleased
6
-
7
### Added
8
### Fixed
+### Changed
9
+
10
+## 1.12.1 - 2020-02-10
11
+### Fixed
12
- Fixed issue where client did not generate functions for deprecated API endpoints. (#353)
13
### Changed
14
+- Changed `ServiceClient` to raise `CivisAPIError`. (#355)
15
- Updated documentation language for CivisML version. (#358)
16
17
## 1.12.0 - 2020-01-14
civis/_version.py
@@ -1 +1 @@
1
-__version__ = "1.12.0"
+__version__ = "1.12.1"
0 commit comments