Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jsyrjala committed Jun 1, 2018
1 parent a03bc35 commit 3712a36
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Change Log
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).
All notable changes to this project will be documented in this file. This change log follows
the conventions of [keepachangelog.com](http://keepachangelog.com/).

## [Unreleased]

## 1.0.0 - 2018-06-01
### Changed
- Documentation updates
- `--stack` parameter replaced with Serverless' `--stage` parameter
Expand All @@ -10,5 +13,5 @@ All notable changes to this project will be documented in this file. This change
### Added
- Initial release

[Unreleased]: https://github.com/jsyrjala/aws-lambda-serverless/compare/0.1.0...HEAD
[0.1.1]: https://github.com/jsyrjala/aws-lambda-serverless/compare/0.1.0...0.1.1
[Unreleased]: https://github.com/jsyrjala/aws-lambda-serverless/compare/1.0.0...HEAD
[1.0.0]: https://github.com/jsyrjala/aws-lambda-serverless/compare/0.1.0...1.0.0
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject aws-lambda-serverless/lein-template "0.2.0-SNAPSHOT"
(defproject aws-lambda-serverless/lein-template "1.0.0-SNAPSHOT"
:description "Leiningen template for generating AWS Lambdas"
:url "https://github.com/jsyrjala/aws-lambda-serverless"
:scm {:name "git"
Expand Down

0 comments on commit 3712a36

Please sign in to comment.