summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authormbernier <matt.bernier@sendgrid.com>2016-02-29 21:58:17 -0700
committermbernier <matt.bernier@sendgrid.com>2016-02-29 21:58:17 -0700
commit4a2d756dbe9e30caddde683b95bee6786b0a457c (patch)
tree4685f367ee7bedcd00e124f9912d3a4fb8937dce /CHANGELOG.md
parentc6748131d7bec9a96d381960196be3482fbde3bf (diff)
downloadphp-http-client-4a2d756dbe9e30caddde683b95bee6786b0a457c.zip
php-http-client-4a2d756dbe9e30caddde683b95bee6786b0a457c.tar.gz
php-http-client-4a2d756dbe9e30caddde683b95bee6786b0a457c.tar.bz2
added base files and a new class file
I left the http request functionality out, in case we want to use guzzle or core PHP Curl.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..06d2ab8
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,7 @@
+# Change Log
+All notable changes to this project will be documented in this file.
+This project adheres to [Semantic Versioning](http://semver.org/).
+
+## [1.0.0] - 2016-02-29
+### Added
+- We are live!