This release includes the option to change the max size so the library can be used with other I2C EEPROMs that have the same interface but different storage size. Thank you TonyLHansen!
To use in CircuitPython, simply install the [Adafruit CircuitPython Bundle](https://circuitpython.org/libraries).
To use in CPython, `pip3 install 24lc32`.
Read the [docs](https://circuitpython.readthedocs.io/projects/24lc32/en/latest/) for info on how to use it.
What's Changed
* Update adafruit_24lc32.py to add max_size parameter to EEPROM_I2C by TonyLHansen in https://github.com/adafruit/Adafruit_CircuitPython_24LC32/pull/23
New Contributors
* TonyLHansen made their first contribution in https://github.com/adafruit/Adafruit_CircuitPython_24LC32/pull/23
**Full Changelog**: https://github.com/adafruit/Adafruit_CircuitPython_24LC32/compare/1.0.12...1.1.0