Skip to content

Commit

Permalink
2.3.16 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tongueroo committed Apr 19, 2020
1 parent b1f8a71 commit bc43e2f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
This project *loosely tries* to adhere to [Semantic Versioning](http://semver.org/).

## [2.3.16]
- #466 fix application_config typo
- #467 Handle forbidden error from s3
- #468 authorization_scopes
- #469 Fixed typo from STMP to SMTP
- #470 remove json dependency
- #471 use `Bundler.with_unbundled_env` remove bundler deprecation

## [2.3.15]
- #461 fix guesser lookup for long function names

Expand Down
2 changes: 1 addition & 1 deletion lib/jets/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Jets
VERSION = "2.3.15"
VERSION = "2.3.16"
end

0 comments on commit bc43e2f

Please sign in to comment.