Skip to content

Commit

Permalink
chore(*) release 3.8 (#118)
Browse files Browse the repository at this point in the history
### Summary

- Connection options are now passed to `redis cluster
  client` as well.
  • Loading branch information
bungle authored Jan 4, 2021
1 parent 1f6f57f commit 2cd1f84
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to `lua-resty-session` will be documented in this file.

## [3.8] - 2021-01-04
### Added
- Connection options are now passed to `redis cluster client` as well.


## [3.7] - 2020-10-27
### Fixed
- Fix #107 where `session.start` could release a lock for a short period
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2014 – 2020, Aapo Talvensaari
Copyright (c) 2014 – 2021, Aapo Talvensaari
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1171,7 +1171,7 @@ The changes of every release of this module is recorded in [Changes.md](https://
`lua-resty-session` uses two clause BSD license.

```
Copyright (c) 2014 – 2020 Aapo Talvensaari
Copyright (c) 2014 – 2021 Aapo Talvensaari
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
Expand Down
2 changes: 1 addition & 1 deletion lib/resty/session.lua
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ local function init()
end

local session = {
_VERSION = "3.7"
_VERSION = "3.8"
}

session.__index = session
Expand Down

0 comments on commit 2cd1f84

Please sign in to comment.