CHANGES.md in ruby-jss-3.2.0b4 vs CHANGES.md in ruby-jss-3.2.0
- old
+ new
@@ -13,11 +13,11 @@
__Please update all installations of ruby-jss to at least v1.6.0.__
Many many thanks to actae0n of Blacksun Hackers Club for reporting this issue and providing examples of how it could be exploited.
--------
-## \[UNRELEASED]
+## \[3.12.0] 2023-09-05
### Added
- Several new attributes to Jamf::Computer instances:
- `#enrolled_via_ade?` Boolean
- `#mdm_capable?` Boolean
@@ -54,10 +54,10 @@
For more details, see the discussion in the comments/docs for the Jamf::Scopeable::Scope class in lib/jamf/api/classic/api_objects/scopable/scope.rb or in the [rubydocs page for the Scope class](https://www.rubydoc.info/gems/ruby-jss/Jamf/Scopable/Scope).
### Fixed
- `Jamf::DeviceEnrollment.device` no longer uses String#upcase!, which fails on frozen strings. Instead just use String#casecmp?
- - `Jamf::APIConnection::Token#account` now returns an instance of `Jamf::OAPISchemas::AuthorizationV1`
+ - `Jamf::APIConnection::Token#account` now correctly returns an instance of `Jamf::OAPISchemas::AuthorizationV1`
## \[3.1.0] 2023-06-06
### Added
- Jamf::Computer.filevault_info and Jamf::Computer#filevault_info can retrieve FileVault info from v1/computer-inventory/filevault and related endpoints