diff --git a/RELEASE.md b/RELEASE.md index 9751ae4..0ed4ad3 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,5 +1,9 @@ # Release Note +## version 7.0.2 + +- [fix] RedshiftConnector.foreach did not work + ## version 7.0.1 - [fix] RedshiftConnector.transport_delta_from_s3, .transport_all_from_s3 were wrongly dropped, restore them. diff --git a/lib/redshift_connector/version.rb b/lib/redshift_connector/version.rb index 63436ff..31dc552 100644 --- a/lib/redshift_connector/version.rb +++ b/lib/redshift_connector/version.rb @@ -1,3 +1,3 @@ module RedshiftConnector - VERSION = '7.0.1' + VERSION = '7.0.2' end