CHANGELOG.md in demandbase-0.1.0 vs CHANGELOG.md in demandbase-0.1.1
- old
+ new
@@ -1,13 +1,26 @@
-# 0.0.1
+# 0.1.1
+
+* Add support for subdomains, email addresses, etc. e.g. the following now work:
+
+```ruby
+ Demandbase::Record.new "www.github.com",
+ Demandbase::Record.new "developer.github.com/",
+ Demandbase::Record.new "http://www.github.com/",
+ Demandbase::Record.new "https://www.github.com",
+ Demandbase::Record.new "https://www.github.com/leereilly/demandbase",
+ Demandbase::Record.new "lee@github.com"
+```
+
+# 0.1.0
* Initial release.
\ No newline at end of file