v1.3.2
Bugfix: CLAY_STORAGE_POSTGRES_PORT
This release contains an important bugfix for anyone setting CLAY_STORAGE_POSTGRES_PORT explicitly.
Releases v1.3.0 and v1.3.1 will fail to execute migrations due to the port being interpreted as a string rather than an integer.
Release v1.3.2 converts the environment variable value to an integer when provided.