Skip to content

Commit

Permalink
Updated license and version
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Kratz <[email protected]>
  • Loading branch information
jkratz55 committed Feb 29, 2024
1 parent 414bb29 commit 3197c1f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 1 addition & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,4 @@ Contributions to this repository/project are welcome but prior to contributing p
* New code should be covered by unit tests.
* Breaking changes should go into a new version.
* Update README.md with any documentation changes if applicable.
* All builds and unit tests should pass

## Code of Conduct

Our code of conduct is simple ... be respectful and don't be an ass. Open source is a thankless job and the last thing I want to deal with in an open source project in drama.
* All builds and unit tests should pass
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Joseph Kratz
Copyright (c) 2024 Joseph Kratz

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

## v1.5.0

Nothing much with this release. Just updated the dependencies to the latest versions.

## v1.4.0

* Upgraded OpenTelemetry dependencies
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package cache

// Version returns the current version of redis-cache.
func Version() string {
return "1.4.0"
return "1.5.0"
}

0 comments on commit 3197c1f

Please sign in to comment.