From 2a7216caaeca9bd3712b8fcf036e7bbb8ade6ad9 Mon Sep 17 00:00:00 2001
From: Justintime50 <39606064+Justintime50@users.noreply.github.com>
Date: Thu, 10 Jun 2021 09:45:22 -0600
Subject: [PATCH] chore: version bump for smartrate

---
 CHANGELOG.md              | 4 ++++
 VERSION                   | 2 +-
 composer.json             | 2 +-
 lib/EasyPost/EasyPost.php | 2 +-
 4 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6c496e78..c8efdeb2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+### 3.6.0 2021-06-10
+
+* Adds `SmartRate` functionality to the `Shipments` object (available by calling `get_smartrates()` on a shipment)
+
 ### 3.5.0 2020-08-09
 
 * Added event retrieval methods
diff --git a/VERSION b/VERSION
index 1545d966..40c341bd 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.5.0
+3.6.0
diff --git a/composer.json b/composer.json
index c3e4c563..ea3f53d1 100644
--- a/composer.json
+++ b/composer.json
@@ -39,5 +39,5 @@
             "EasyPost": "lib/"
         }
     },
-    "version": "3.5.0"
+    "version": "3.6.0"
 }
diff --git a/lib/EasyPost/EasyPost.php b/lib/EasyPost/EasyPost.php
index 88286e9a..a61f7696 100644
--- a/lib/EasyPost/EasyPost.php
+++ b/lib/EasyPost/EasyPost.php
@@ -40,7 +40,7 @@ abstract class EasyPost
     /**
      * @var string
      */
-    const VERSION = '3.5.0';
+    const VERSION = '3.6.0';
 
     /**
      * get the API key.