Skip to content

Commit

Permalink
bumping versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vcmirko committed Sep 19, 2024
1 parent e4388a5 commit 4af1aad
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Removed ip lib parts CVE related

## [5.0.5] - 2024-09-18

### Fixed

- Fixed regex for ssh key
- New version highlight for CVE
- Bumped several versions

## [5.0.4] - 2024-08-18

### Added
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ansible_forms_vue",
"version": "5.0.5",
"version": "5.0.6",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
3 changes: 1 addition & 2 deletions server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ansible_forms",
"version": "5.0.5",
"version": "5.0.6",
"repository": {
"type": "git",
"url": "git://github.com/ansibleguy76/ansibleforms.git"
Expand Down Expand Up @@ -33,7 +33,6 @@
"express": "~4.21.0",
"cookie-session": "~2.1.0",
"fs-extra": "~11.2.0",
"ip": "2.0.1",
"json-bigint": "~1.0.0",
"ldap-authentication": "~3.2.4",
"ldapjs": "~3.0.7",
Expand Down
2 changes: 1 addition & 1 deletion server/src/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"swagger": "2.0",
"info": {
"description": "This is the swagger interface for AnsibleForms.\r\nUse the `/auth/login` api with basic authentication to obtain a JWT token.\r\nThen use the access token, prefixed with the word '**Bearer**' to use all other api's.\r\nNote that the access token is limited in time. You can then either login again and get a new set of tokens or use the `/token` api and the refresh token to obtain a new set (preferred).",
"version": "5.0.5",
"version": "5.0.6",
"title": "AnsibleForms",
"contact": {
"email": "[email protected]"
Expand Down

0 comments on commit 4af1aad

Please sign in to comment.