diff --git a/CHANGELOG.md b/CHANGELOG.md index aa69dd1..62fb1bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +# [1.1.0](https://github.com/phacks/gatsby-source-meetup/compare/gatsby-source-meetup@1.0.0...gatsby-source-meetup@1.1.0) (2020-01-05) + +### Bug fixes + +The plugin does not break anymore when optional datapoints do not exist (@pethersonmoreno) + +### New features + +One can now specify options independently for past, previous and draft events (@pethersonmoreno) + # [1.0.0](https://github.com/phacks/gatsby-source-meetup/compare/gatsby-source-meetup@0.0.1...gatsby-source-meetup@1.0.0) (2019-06-22) ### Breaking Changes @@ -16,4 +26,4 @@ One can now query multiple Meetup Groups and events within those groups. # 0.0.1 (2018-10-12) -Initial commit \ No newline at end of file +Initial commit diff --git a/package.json b/package.json index 8262f1e..c77761b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-source-meetup", - "version": "0.0.1", + "version": "1.1.0", "description": "Gatsby source plugin for building websites using the Meetup.com API as a data source", "bugs": { "url": "https://github.com/phacks/gatsby-source-meetup/issues"