Skip to content

Commit

Permalink
Release v0.1.0-alpha8
Browse files Browse the repository at this point in the history
  • Loading branch information
bgalartza committed Oct 24, 2024
1 parent 48496ce commit ac9b407
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.0-alpha-8] - 2024.10.24

### Added

- Add `get-roles-by-names` to get a subset of the existing roles.
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject dev.gethop/rbac.next "0.1.0-alpha-8-SNAPSHOT"
(defproject dev.gethop/rbac.next "0.1.0-alpha-8"
:description "A Clojure library designed to provide role-based access control (RBAC)"
:url "https://github.com/gethop-dev/rbac"
:license {:name "Mozilla Public Licence 2.0"
Expand Down

0 comments on commit ac9b407

Please sign in to comment.