This release has changed the inital value for the light gain to be `1/8` which is what the documentation and manufacturer notes mentioned. Any user code accessing the `light` property could see different values under the same lighting conditions with release 2.0.0 compared to prior releases. If needed you can adjust the light_gain in your user code, although it's recommended to have it set to 1/8 during initialization.
What's Changed
* Set initial light gain to lowest by standsi in https://github.com/adafruit/Adafruit_CircuitPython_VEML7700/pull/26
New Contributors
* standsi made their first contribution in https://github.com/adafruit/Adafruit_CircuitPython_VEML7700/pull/26
**Full Changelog**: https://github.com/adafruit/Adafruit_CircuitPython_VEML7700/compare/1.1.22...2.0.0