## [3.0.0] - 2019-03-05

- Add message buffering by default
- Drop Ruby 1.8 support

## [2.3.0] - 2018-05-24

- Update to aws sdk v3 and specific aws-sdk-sns/aws-sdk-sqs gems

## [2.2.2] - 2018-01-24

- Fix send_message scope error introduced in 2.2.0 (#8)

## [2.2.1] - 2018-01-22

- Fix retry library options (#6)

## [2.2.0] - 2017-12-15

- Add 2 automatic retries of message posting if an exception is raised [GH-5]
- Update gem signing key

## [2.1.2] - 2017-06-07

- Fix non-raw message parsing [GH-4]

## [2.1.1] - 2017-05-23

- Use ruby stdlib json [GH-3]

## [2.1.0] - 2017-04-28

- Make SNS raw message delivery optional [GH-2]
- Allow IAM credentials to be specified in configuratino [GH-2]

## [2.0.4] - 2016-11-08

- Forked to -ng gem to relax contribution guidelines
- Fix windows client via use of AWS bundled SSL certs

## [2.0.4] - 2016-08-04

- no-op :fanout type subscriptions, they are used by the client, and
  unsupported by this transport.
