* Correct Intercom rate limit
The rate limit was accidentally set to 1000 requests per hour, whereas it actually should be 1000 requests per minute. We should really time the request and run based off of that, but this is a super quick order of magnitude improvement without having to refactor anything.
* Update version in Dockerfile
* Update seed version
* Update version in the source definition file
* Add changelog and rete limits link to docs
Co-authored-by: Serhii Lazebnyi <53845333+lazebnyi@users.noreply.github.com>