cb-api 16.2.1 → 16.2.2
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.md +1 -0
- data/lib/cb/requests/resumes/put.rb +1 -1
- data/lib/cb/version.rb +1 -1
- metadata +1 -1
data/CHANGELOG.md
CHANGED
@@ -2,6 +2,7 @@ Version History
|
|
2
2
|
====
|
3
3
|
* All Version bumps are required to update this file as well!!
|
4
4
|
----
|
5
|
+
* 16.2.2 change degree code to be degree which fixes compatibilty problems
|
5
6
|
* 16.2.1 fix major or program in resume put. it was looking for the wrong value
|
6
7
|
* 16.2.0 Added support for work experience ID in resume put
|
7
8
|
* 16.1.0 Added support for handling a 401 unauthorized response. We should now raise specific UnauthorizedErrors.
|
data/lib/cb/version.rb
CHANGED