cb-api 16.2.1 → 16.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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.
@@ -71,7 +71,7 @@ module Cb
71
71
  {
72
72
  schoolName: education[:school_name],
73
73
  majorOrProgram: education[:major_or_program],
74
- degreeCode: education[:degree_code],
74
+ degree: education[:degree],
75
75
  graduationDate: education[:graduation_date]
76
76
  }
77
77
  end
@@ -1,3 +1,3 @@
1
1
  module Cb
2
- VERSION = '16.2.1'
2
+ VERSION = '16.2.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cb-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 16.2.1
4
+ version: 16.2.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: